-
Notifications
You must be signed in to change notification settings - Fork 635
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
Storage prefetch tests are flaky #8252
Comments
Prefetcher tests have become flaky in CI lately, failing with `"unexpected number of prefetched values"`. I was not able to reproduce it locally. But there is a timeout that is at least one source for flakyness. This commit removes this source by properly waiting on the background threads to finish instead of relying on a timeout. Hopefully resolves near#8252. (Will have to reopen if not.)
Prefetcher tests have become flaky in CI lately, failing with `"unexpected number of prefetched values"`. I was not able to reproduce it locally. But there is a timeout that is at least one source for flakyness. This commit removes this source by properly waiting on the background threads to finish instead of relying on a timeout. Hopefully resolves #8252. (Will have to reopen if not.)
This failed again, we need to investigate further...
|
@jakmeier it seems like your PR is based on the outdated master branch which doesn't include the fix: |
Oh haha I am stupid, you are right. Good catch @pugachAG , in that case we can close it again. :) |
For more context see the discussion in zulip
Recent changes that might affect this test:
Some failures instances
The text was updated successfully, but these errors were encountered: