-
Notifications
You must be signed in to change notification settings - Fork 312
Added script that will collect thread and heap dumps in case test timeout on CI. #9414
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
Conversation
# Conflicts: # dd-java-agent/instrumentation/java-concurrent/java-concurrent-21/src/previewTest/groovy/StructuredConcurrencyTest.groovy # dd-java-agent/instrumentation/lettuce-4/src/test/groovy/Lettuce4ClientTestBase.groovy
Hi! 👋 Thanks for your pull request! 🎉 To help us review it, please make sure to:
If you need help, please check our contributing guidelines. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks that's really useful
dd-java-agent/instrumentation/lettuce-4/src/test/groovy/Lettuce4ClientTestBase.groovy
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks ok for me.
On a side note, I would prefer to see such features as convention plugins, and written in kotlin.
What Does This Do
Added script that will collect thread and heap dumps in case test timeout on CI.
Motivation
Green CI.
Additional Notes
Script will schedule taking thread and heap dump at
test_timout_minus_2_minutes
.Dumps will be collected and stored as part of test GitLab Job artifact.