-
Notifications
You must be signed in to change notification settings - Fork 14
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
Copy improvements to golden files from broker repo #645
Conversation
31e443f
to
10bff53
Compare
Wouldn't be better to have this somewhat public (or in a shared repo) so that we can import in both places? |
Yes, we want to do that at some point, but it requires analyzing the needs of our other repos (adsys, pro for wsl, ...) first, so we postponed that (see the thread in our MM channel) |
272924a
to
163a95e
Compare
The full logs from the uploaded artifacts contain more output:
Not sure why that was not printed in the GitHub Action output, both are produced by gotestfmt 🤔 |
I can't reproduce that failure locally |
The failing tests are just flakiness, it's filed in #673. |
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.
Changes look good besides one detail: you added the golden
package directly under internal/
instead of under internal/testutils
as we talked about in the broker repo.
163a95e
to
48eb235
Compare
I moved it to |
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!
The diffs of mismatching golden files are passed through git-delta since #645.
Copy the changes to the code for handling golden files from the broker repo.
UDENG-5447