-
Notifications
You must be signed in to change notification settings - Fork 3.4k
cli: Reduce the flood of the terminal with logs on failure during tests #38240
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
cli: Reduce the flood of the terminal with logs on failure during tests #38240
Conversation
158d3d9
to
f16c3c1
Compare
PTAL @joestringer |
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.
Looks good to me, thanks!
/test |
The BPF Checks workflow is a bit grumpy about the commit subject line, but I think it's plenty descriptive so I don't see a need to change anything to address that. I've triggered the broader testsuite. |
Head branch was pushed to by a user without write access
5d10e99
to
dbb9b92
Compare
Return only valuable (err, warn, fatal) messages in case of verbose enabled all the messages will returned. Fixes cilium#38182 Signed-off-by: roman-kiselenko <roman.kiselenko.dev@gmail.com>
dbb9b92
to
9d5e3ac
Compare
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.
thank you 🙏
/test |
I'm unsure if the failing tests relate to my changes, but it looks suspicious 🤷 . |
…t setup/teardown
Return only valuable (err, warn, fatal) messages in case of verbose enabled all the messages will returned.
Fixes #38182
Based on #37160