Skip to content
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

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

nandorsoma
Copy link
Contributor

No description provided.

@nandorsoma nandorsoma linked an issue Oct 17, 2024 that may be closed by this pull request
@nandorsoma nandorsoma marked this pull request as ready for review October 18, 2024 12:34
@henneberger
Copy link
Contributor

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());
Copy link
Contributor

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.

Copy link
Contributor

@henneberger henneberger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comments

@nandorsoma nandorsoma force-pushed the 904-resolve-test-error-logging-and-repair-broken-integration-tests branch from 60fdcd9 to edd4db9 Compare November 6, 2024 13:54
@henneberger
Copy link
Contributor

What is this PR solving? Is there an issue attached to this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolve Test Error Logging and Repair Broken Integration Tests
3 participants