-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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 flakey test: TestPendingRetryWorkflowWithRetryStrategy
#2446
Comments
@jamhed I think you introduced the test? Before we disable it, do you want to investigate? The first actually failing build appears to be the one after yours, but as that is UI only changes, it cannot be that one: Failures |
Argo builds have become unstable on master. As previously, Ive enabled "Require branches to be up to date before merging". The flakey test is TestPendingRetryWorkflowWithRetryStrategy . |
I own this test, I’ll self assign. |
@alexec The flakey-ness of this test is because of this line (which seems to be on your domain): From the sack trace:
|
The test passes reliably in my local machine. Thoughts? |
😂 |
That code is several weeks old and this test has only just started failing the exact commit the PR was merge at. But, that comment is clear about it, so leave it with me. |
Test is currently being skipped |
This test is failing master builds. It looks like the test is flakey rather than incorrect.
This test was introduced in #2385.
The text was updated successfully, but these errors were encountered: