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: add proper log message when argo logs yields with EOF error #34

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

kdoroszko-splunk
Copy link
Contributor

This PR provides proper log message when the EOF error appears while performing argo logs --follow operation. It caused a lot of confusion among developers, since it looked like the tests stopped being performed (although they were still in progress). The developers used to unnecessarily re-trigger tests in this case.

The message should be enough. Optionally, we could also add one or two retries of argo logs --follow while getting EOF error (https://grpc.github.io/grpc/core/md_doc_statuscodes.html)

@kdoroszko-splunk kdoroszko-splunk requested a review from a team as a code owner September 9, 2024 07:58
@kdoroszko-splunk kdoroszko-splunk merged commit f2ba058 into main Sep 11, 2024
3 checks passed
@kdoroszko-splunk kdoroszko-splunk deleted the fix/add-log-message-for-eof branch September 11, 2024 08:50
srv-rr-github-token added a commit that referenced this pull request Sep 11, 2024
## [5.0.2](v5.0.1...v5.0.2) (2024-09-11)

### Bug Fixes

* add proper log message when argo logs yields with EOF error ([#34](#34)) ([f2ba058](f2ba058))
@srv-rr-github-token
Copy link
Contributor

🎉 This PR is included in version 5.0.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants