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(s3): check for errors when finding artifacts #689

Merged
merged 1 commit into from
Jul 20, 2024
Merged

Conversation

Joibel
Copy link
Member

@Joibel Joibel commented Jun 26, 2024

Attempt to fix argoproj/argo-workflows#13248

fi is null in the stack trace, and err isn't being checked here. So check err and don't attempt to continue.

Attempt to fix argoproj/argo-workflows#13248

`fi` is null in the stack trace, and `err` isn't being checked
here. So check `err` and don't attempt to continue.

Signed-off-by: Alan Clucas <[email protected]>

This comment was marked as resolved.

@agilgur5 agilgur5 changed the title fix: check for errors when finding artifacts fix(s3): check for errors when finding artifacts Jul 20, 2024
Copy link
Contributor

@agilgur5 agilgur5 left a comment

Choose a reason for hiding this comment

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

Just saw this PR. LGTM, def a relevant error.

@agilgur5 agilgur5 merged commit 42ec18a into master Jul 20, 2024
5 checks passed
@agilgur5 agilgur5 deleted the s3-err-check branch July 20, 2024 15:17
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.

Segmentation fault in wait container during Artifact upload
2 participants