-
Notifications
You must be signed in to change notification settings - Fork 8
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
Attempting to fix seemingly random failures on CI #224
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #224 +/- ##
==========================================
- Coverage 82.19% 81.75% -0.45%
==========================================
Files 23 23
Lines 2937 2937
==========================================
- Hits 2414 2401 -13
- Misses 523 536 +13 ☔ View full report in Codecov by Sentry. |
After much gnashing of teeth, I think I may have narrowed down the cause of the random CI failures to a race condition. Hypothesis that has yet to be invalidated:
The solution to this may be to try pulling the full |
6 successful attempts in a row! I think we might be good. 😁 |
Unfortunately, unable to reproduce failures like this locally. Working hypothesis is that use of fixtures is impacting us in hard to pin-down ways, so scoping them down gradually here.