-
Notifications
You must be signed in to change notification settings - Fork 373
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
Print threads on stuck on flaky test #2636
Conversation
800740e
to
fe7cc25
Compare
Codecov Report
@@ Coverage Diff @@
## master #2636 +/- ##
==========================================
- Coverage 98.07% 98.04% -0.03%
==========================================
Files 1153 1153
Lines 63128 63158 +30
Branches 2813 2817 +4
==========================================
+ Hits 61912 61925 +13
- Misses 1216 1233 +17
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Soo... I strongly suspect hang in IntervalLoop is #2271 (comment) . I am somewhat wary of creating a new thread for every testcase to debug |
Sure, will reduce the scope. |
The case where it just completely hangs has been around for quite a bit, but I've yet to be able to reproduce it. |
There are two tests that sometimes flake in the same file, moved to those. |
Hey, it happened in this branch, but it didn't print anything :( |
I guess it may help to sprinkle a few |
This PR is meant to help debug flaky test runs that get stuck inside the execution of the
#work_pending?
test.Here's an example where CircleCI shuts down a container with no output after 10 minutes of inactivity: