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(test): fix TestWFDefaultWithWFTAndWf flakiness #4538

Merged
merged 1 commit into from Nov 16, 2020

Conversation

sarabala1979
Copy link
Member

Signed-off-by: Saravanan Balasubramanian sarabala1979@gmail.com

Checklist:

Fixes #4501

Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
t.Run("SubmitSimpleWorkflowRef", func(t *testing.T) {
cancel, controller := newController(wft)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test was randomly failed with "workflow-template-submittable" not found.
Moved controller to local and pass WFT to the controller instead of making create api call

@sarabala1979 sarabala1979 marked this pull request as ready for review November 16, 2020 19:23
@sarabala1979 sarabala1979 merged commit 0980ead into argoproj:master Nov 16, 2020
alexcapras pushed a commit to alexcapras/argo that referenced this pull request Dec 2, 2020
Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
Signed-off-by: Alex Capras <alexcapras@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"TestWFDefaultWithWFTAndWf" is flakey
2 participants