-
-
Notifications
You must be signed in to change notification settings - Fork 609
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
ra: unittest failure on main #7812
Comments
Reopening. I'm still seeing this test flake pretty frequently. |
In #7820 I'm proposing to delete the test for now, and use this issue to track reinstating it once we figure out the flakiness. |
This may have been fixed by #7824, but I'll run it a thousand times to make sure. |
I've run this test, and the other surrounding TestPerformValidation_ unit tests, 1k times and reproduced zero failures. |
And yet it just showed up in CI again! https://github.com/letsencrypt/boulder/actions/runs/12149110852/job/33879085426?pr=7859
|
Okay, at least I know why I was unable to reproduce the failure: In order to run it a thousand times, I ran it using Lines 994 to 996 in bac5602
Lines 356 to 358 in bac5602
|
This test has a time.Sleep() in it. This is almost certainly the cause of the flake. Lines 1056 to 1057 in bac5602
|
We just got this CI failure on
main
: https://github.com/letsencrypt/boulder/actions/runs/11846470871/job/33014173197The text was updated successfully, but these errors were encountered: