-
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
feat(controller): Retry archiving later on error. Fixes #3786 #3862
Conversation
|
1 similar comment
|
|
FAIL: TestFunctionalSuite/TestEventOnNodeFail |
Event occurring out of order:
|
Added diagnostics to print when we send a message. |
entrypoint: run-archie | ||
templates: | ||
- name: run-archie | ||
container: | ||
image: argoproj/argosay:v2`). | ||
When(). | ||
SubmitWorkflow(). | ||
WaitForWorkflow(). | ||
WaitForWorkflow(fixtures.ToBeArchived). |
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.
add message
assert.Equal(t, "failed with exit code 1", e.Message) | ||
2, | ||
func(t *testing.T, es []corev1.Event) { | ||
for _, e := range es { |
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.
these now appear out of order - which I'm guessing is something to do with Goroutine scheduling
@alexec Can we set up some time to go through changes? |
@sarabala1979 ready for review. |
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.
LGTM, The workflow key lock will be refactored in controller level parallelism PR
Checklist:
"fix(controller): Updates such and such. Fixes #1234"
.Fixes #3786