Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add proper log message when argo logs yields with EOF error (#34)
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)
- Loading branch information