-
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
Re-enable e2e test for ruler #4057
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
But before the merge, let's look on e2e error! (: Maybe it reproduces flakiness already? 🤗
Hi @idoqo, can you please rebase on main branch to fix CI? |
Sure! Also, Bartek has some suggestions at #4250 (comment) that we're looking to try out regarding the flaky tests. |
9db84b4
to
7cfd289
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you solve the conflict? Thanks!
7cfd289
to
ec9b042
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
E2E tests for ruler are currently marked as skip. This re-enables the test until it breaks again and we are able to catch the flakiness. Also, it removes the test for AlertManager HTTP client pending when we can improve on implementation (see thanos-io#4056). Signed-off-by: Michael Okoko <okokomichaels@outlook.com>
Signed-off-by: Michael Okoko <okokomichaels@outlook.com>
E2E tests for ruler are currently marked as skip because they're flaky. This re-enables the test with an attempt at fixing the flakiness (increasing the rule evaluation intervals so they don't oversaturate CI CPUs).
Also, it removes the test for AlertManager HTTP client pending when we can improve on implementation
(see #4056).
Signed-off-by: Michael Okoko okokomichaels@outlook.com
Changes