-
Notifications
You must be signed in to change notification settings - Fork 712
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
flaky test failure in RegistryDelete #3209
Comments
I am also facing this issue on local |
Looks the same here: https://circleci.com/gh/weaveworks/scope/8977 I suspect the 100ms timeout. |
except I just raised it to 10 seconds and it still fails. |
The race is:
The test fails in the first case because it has two updates instead of the required one. |
Reopening: more |
I ran into this yesterday in a local build - re-running "fixed it" - and @bboreham encountered it in CI today
Presumably a race condition in the test rather than a bug in the code.
The text was updated successfully, but these errors were encountered: