Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Walk-through of Implementing Simple Postgres Patch: From sources to CI #2

Open
zhjwpku opened this issue Aug 5, 2024 · 3 comments
Open
Labels
archived The workshop has finished, but you can still post your questions

Comments

@zhjwpku
Copy link
Member

zhjwpku commented Aug 5, 2024

Workshop Title

Andrey Borodin, Byte Relay, Walk-through of Implementing Simple Postgres Patch: From sources to CI

Date: September 2024

Resources

@zhjwpku zhjwpku added the scheduled This will be the workshop for next month label Aug 5, 2024
@zhjwpku
Copy link
Member Author

zhjwpku commented Aug 11, 2024

How to debug parallel workers effectively?

@zhjwpku zhjwpku added ongoing This is the workshop for current month and removed scheduled This will be the workshop for next month labels Sep 7, 2024
@zhjwpku
Copy link
Member Author

zhjwpku commented Sep 10, 2024

How to debug parallel workers effectively?

There seems no perfect ways to do this, Robert add while loops in the code, after attached to the process, set the condition value to step over the loop; Tomas prefer to add log messages and analyze the logs to find bug; Andrey mentioned we can use Injection points to write some tap tests.

@zhjwpku
Copy link
Member Author

zhjwpku commented Sep 10, 2024

@zhjwpku zhjwpku added archived The workshop has finished, but you can still post your questions and removed ongoing This is the workshop for current month labels Oct 17, 2024
zhjwpku added a commit that referenced this issue Nov 7, 2024
Signed-off-by: Junwang Zhao <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
archived The workshop has finished, but you can still post your questions
Projects
None yet
Development

No branches or pull requests

1 participant