-
Notifications
You must be signed in to change notification settings - Fork 531
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 TestIngester_PrepareInstanceRingDownscaleHandler #9494
Comments
@jhalterman in case this is still fresh after you wrote it. Does anything come to mind? |
another flake
|
https://github.com/grafana/mimir/actions/runs/11383313024/job/31668680547?pr=9655
|
This type of test where we're waiting for ring state to converge can unfortunately take a while. We might consider mocking the ring communication, but since other tests just perform long polling, we could try increasing the polling duration which should help with flakiness in CI. |
Seems that it wasn't fixed. Just saw a flake in this build:
|
The text was updated successfully, but these errors were encountered: