-
Notifications
You must be signed in to change notification settings - Fork 27
Bug: Fix error formatting #206
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
base: main
Are you sure you want to change the base?
Conversation
💚 CLA has been signed |
Signed the CLA. |
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.
LGTM! I left some minor feedback. Thanks for your contribution!
22227da
to
bf9b2d8
Compare
Thanks for the review! I went ahead and applied your suggested change in a couple more places. |
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.
Thanks!
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.
It looks great, thanks for the contribution!
There is just one %v
you missed.
Added another couple more. Looking for |
I'll review the failed linting, seems one Errorf is not known. |
buildkite test this |
The failing test seems unrelated, I created a flaky test issue: #212 |
buildkite test this |
@belimawr As the buildkite results are not public, can you let me know if the failures are caused by the PR? For the linting errors, I don't believe these are caused by this PR. |
The failure does not look related to the PR. Today or tomorrow I'll take a deeper look at it. |
This flaky test is very OS dependant, on CI it is failing on Rhel 9, we'll get someone that knows this test better to take a look at it. |
What does this PR do?
Fix error formatting.
Why is it important?
To avoid funky error reporting such as:
Checklist
CHANGELOG.md
Author's Checklist
Related issues