Skip to content
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 TestWorkflowRetryNoPersistence #2850

Closed
alexec opened this issue Apr 26, 2020 · 3 comments
Closed

Fix flakey TestWorkflowRetryNoPersistence #2850

alexec opened this issue Apr 26, 2020 · 3 comments
Labels

Comments

@alexec
Copy link
Contributor

alexec commented Apr 26, 2020

Summary

This test is flakey because it is using banned image whalesay rather than cowsay:v1

Motivation

This should have failed validation in fact. Not sure why it did not.

Can we also find out why this test is a special case? I can't see why this test has a conditional on persistence - it should work fine without it.

Proposal

  • Change image to cowsay.
  • Determine why this test case is a special - and hopefully make it non-special.

Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

@alexec
Copy link
Contributor Author

alexec commented Apr 26, 2020

@mark9white would you like to own this?

@markterm
Copy link
Contributor

Sure, I'll take a look.

@markterm
Copy link
Contributor

It has the conditional on persistence because it needs to read and modify the nodes. I am creating a PR which modifies it to run both in the persistence and non-persistence suites.

markterm added a commit to CodecLondon/argo that referenced this issue May 1, 2020
@alexec alexec closed this as completed May 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants