-
Notifications
You must be signed in to change notification settings - Fork 867
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
Fix/Isolate flaky e2e tests #1200
Comments
Agree. The challenge has been the failure mode of these tests have not been reproducible outside of github actions, and they also seem to be not isolated to a single or few tests. I plan on exposing controller logging in the e2e tests to help chase this down. |
I have seen the https://github.com/argoproj/argo-rollouts/pull/1224/checks?check_run_id=2681943983#step:8:649 |
May attempt to implement in Codefresh to see if it works better. |
the latest e2e run on #1625 has two failing tests: |
Not fixed 100% but dose improve the situation by allowing reries fixed in #2123 |
Several times the e2e tests for a Pull Request fail even when the change is completely unrelated (e.g. docs)
Here are some examples:
We should fix those tests or isolate them or find the underlying issue. Otherwise github contributors will not trust e2e tests or even worse lose time debugging them when in reality they did not break anything with their contribution.
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
Observed flaky tests:
The text was updated successfully, but these errors were encountered: