[go: up one dir, main page]

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

Thread dump on test timeout. #1257

Merged
merged 4 commits into from
Nov 13, 2024
Merged

Thread dump on test timeout. #1257

merged 4 commits into from
Nov 13, 2024

Conversation

prbprbprb
Copy link
Collaborator

For both Github CI and local uberjar tests, add
a shell signal handler which catches interrupts
and resends to the test process as SIGQUIT
to trigger a dump.

prbprbprb and others added 4 commits November 11, 2024 12:18
For both Github CI and local uberjar tests, add
a shell signal handler which catches interrupts
and resends to the test process as SIGQUIT
to trigger a dump.
This reverts commit cdd7037.

And of course that didn't work, because it broke the gradle
check steps earlier in the build........
@prbprbprb prbprbprb marked this pull request as ready for review November 12, 2024 23:41
@prbprbprb
Copy link
Collaborator Author

FWIW I think this has already caught the culprit for the hanging CI tests and I think there's a real bug there. :)

@prbprbprb prbprbprb merged commit 13259a9 into google:master Nov 13, 2024
37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants