-
Notifications
You must be signed in to change notification settings - Fork 609
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
Lower noise of e2e tests #3822
Lower noise of e2e tests #3822
Conversation
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.
Agree with this change
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.
There are cases when an actual error is produced neither to stdout, nor stderr. In such cases, if e2e happens to fail in CI but not locally, it becomes nearly impossible to debug without spitting out logs.
However, I guess we can turn on the debug flag temporarily and rerun the CI then
(cherry picked from commit e4e6599) # Conflicts: # Makefile
(cherry picked from commit e4e6599)
(cherry picked from commit e4e6599) Co-authored-by: Dev Ojha <[email protected]>
* Lower noise of e2e tests (#3822) (cherry picked from commit e4e6599) # Conflicts: # Makefile * Update Makefile * Update Makefile Co-authored-by: Dev Ojha <[email protected]> Co-authored-by: Roman <[email protected]>
Feels good only 400 lines now 🙏 |
Closes: #2653
What is the purpose of the change
Debugging E2E via CI is pretty unusable. It emits over 13000 log lines right now.
This PR:
I claim that this will massively reduce log output, and maintain the same debuggability.
Brief Changelog
Testing and Verifying
This change is a trivial rework / code cleanup without any test coverage.
Documentation and Release Note
Unreleased
section inCHANGELOG.md
? yes