-
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
Resolve Test Error Logging and Repair Broken Integration Tests #920
base: main
Are you sure you want to change the base?
Resolve Test Error Logging and Repair Broken Integration Tests #920
Conversation
Break color formatting? Maybe we can log twice, once for the logger and once at the end for the user. Also why is the analytics case flakey? |
exitCode = 1; | ||
} else if (e instanceof MissingSnapshotException) { | ||
MissingSnapshotException ex = (MissingSnapshotException) e; | ||
logRed("Snapshot on filesystem but not in result: " + ex.getTestName()); |
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.
This appears to break our color formatting. This is really helpful to see. We spoke about maybe logging twice so it can be easier to find in the build logs, where we could log when we observe a test failure and the produce a color summary at the end.
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.
See comments
This reverts commit 2db643d.
60fdcd9
to
edd4db9
Compare
What is this PR solving? Is there an issue attached to this? |
No description provided.