-
-
Notifications
You must be signed in to change notification settings - Fork 511
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
fix: missing image build errors #2651
fix: missing image build errors #2651
Conversation
✅ Deploy Preview for testcontainers-go ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Failures look unrelated. |
5b76c43
to
7a5aff6
Compare
Hey @stevenh this code LGTM. I'd like to merge it but first ask if you see it possible add a test demonstrating the new behaviour. Wdyt? |
Good call, I'll work on that. |
d6a85a0
to
44a5ea5
Compare
Ensure build errors are returned to the caller when PrintBuildLog is not set to true. DisplayJSONMessagesStream and JSONMessage.Display performs processing of the stream to catch command failures, so needs to always be called.
44a5ea5
to
7292a5b
Compare
Ready to go @mdelapenya failure is the flakey test issue |
Actually scratch that, something strange is going on. I think I might be seeing false passes. |
Failures we're unrelated |
Ensure build errors are returned to the caller when PrintBuildLog is not set to true.
DisplayJSONMessagesStream and JSONMessage.Display performs processing of the stream to catch command failures, so needs to always be called.