-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
test: Maybe fix TestPendingRetryWorkflowWithRetryStrategy. Fixes #2446 #2456
Conversation
@@ -62,7 +62,6 @@ const ( | |||
// LabelKeyWorkflowTemplate is a label applied to Workflows that are submitted from Workflowtemplate | |||
LabelKeyWorkflowTemplate = workflow.WorkflowFullName + "/workflow-template" | |||
|
|||
|
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.
make lint
@@ -227,12 +227,10 @@ spec: | |||
b := wf.Status.Nodes.FindByDisplayName("b") | |||
return wfv1.NodeSucceeded == a.Phase && wfv1.NodeSucceeded == b.Phase | |||
}, "pods succeeded", 20*time.Second) | |||
s.TearDownSuite() |
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.
I think this is the problem
PLEASE DON'T WAIT FOR ME TO MERGE THIS ONE! |
Codecov Report
@@ Coverage Diff @@
## master #2456 +/- ##
=========================================
Coverage ? 11.69%
=========================================
Files ? 72
Lines ? 28892
Branches ? 0
=========================================
Hits ? 3378
Misses ? 25070
Partials ? 444 Continue to review full report at Codecov.
|
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.