-
Notifications
You must be signed in to change notification settings - Fork 108
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
Intermittent unit test failure: it'd be great to figure out why and fix it... #3381
Comments
The cause seems to be that the |
My suspicion is that it's implicitly depending on someone else's E.g., note that the |
I decided to take a look at this, because it's causing repeated pain. I'm pretty sure I've verified my suspicion:
Fails reliably by isolating just that failing test. Adding the |
PBENCH-1130 Several tests in `test_auth.py` implicitly depended on previous DB init; they were failing occasionally in CI parallel test runs when scheduled without the prior setup. Resolves distributed-system-analysis#3381
* Add explicit test_auth dependencies PBENCH-1130 Several tests in `test_auth.py` implicitly depended on previous DB init; they were failing occasionally in CI parallel test runs when scheduled without the prior setup. Resolves #3381
I re-triggered. We've seen this unit test failure before; it'd be great to figure out why and fix it...
Originally posted by @dbutenhof in #3380 (comment)
The text was updated successfully, but these errors were encountered: