-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
e2e: TestRule is flaky. #3425
Comments
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Closing for now as promised, let us know if you need this to be reopened! 🤗 |
Looks like we are still experiencing this. |
Part of the logs from https://github.com/thanos-io/thanos/pull/4057/checks?check_run_id=2342647539
|
Occasionally, the flakiness shows up because ruler is filtered out of the list of matching Store APIs to ask for a given query with the error:
Sometimes, this only shows up as a warning in the logs, other times, the test completely fails as a result. Not sure what it means, but it looks like somehow, the time ranges advertised by ruler, in this case, are way out of the time frame expected for the querier. For example, here is the output of the two timestamps above:
vs
Commenting out the if statement below removes the error locally. Line 492 in 3ca8084
I wonder if it's possible to modify the time range ruler (or any StoreAPI) is advertising. |
Hello 👋 Looks like there was no activity on this issue for the last two months. |
Let's close and reopen if still happening, thanks @idoqo ! |
Skipped it for now. See: https://github.com/thanos-io/thanos/pull/3410/checks?check_run_id=1374890903
The text was updated successfully, but these errors were encountered: