-
Notifications
You must be signed in to change notification settings - Fork 810
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
Failed TestStoreGateway_BlocksSyncWithDefaultSharding_RingTopologyChangedAfterScaleUp #4546
Comments
Another one https://github.com/cortexproject/cortex/runs/4103618650
|
Had the same running on my local:
|
I believe this is caused by the issue identified in grafana/dskit#108 - the test is polling for metrics to update, but they won't update until the 10-second timer. Since it only waits 5 seconds this may not work. cortex/pkg/storegateway/gateway_test.go Line 496 in dd698bc
So when we update dskit with the change in grafana/dskit#107 it should be ok. Update is proposed in #4601. |
This issue has been automatically marked as stale because it has not had any activity in the past 60 days. It will be closed in 15 days if no further activity occurs. Thank you for your contributions. |
I've just seen this test failing (CI). We should investigate it:
The text was updated successfully, but these errors were encountered: