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

Represent test timeouts in XML #242

Closed

Conversation

illicitonion
Copy link
Collaborator

This creates similar output as bazelbuild/bazel@7b091c1

@illicitonion illicitonion requested a review from shs96c January 17, 2024 17:59
@illicitonion illicitonion marked this pull request as draft January 18, 2024 10:32
@illicitonion illicitonion marked this pull request as ready for review January 18, 2024 12:11
private final Object resultsLock = new Object();
// Commented out to avoid adding a dependency to building the test runner.
// This is really just documentation until someone actually turns on a static analyser.
// If they do, we can decide whether we want to pick up the dependency.
Copy link
Collaborator

Choose a reason for hiding this comment

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

We won't. Keeping pristine classpaths is a difficult trick to pull off.

private String reason;
private TestExecutionResult result;
TestExecutionResult result;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why change the visibility? If this needs to be package private for some reason, can we document why?

illicitonion added a commit that referenced this pull request Feb 13, 2024
This creates similar output as
bazelbuild/bazel@7b091c1

Note: This is a duplicate of #242, but with the comments addressed and
the merge conflicts resolved.

---------

Co-authored-by: Daniel Wagner-Hall <[email protected]>
@gibfahn
Copy link
Collaborator

gibfahn commented Feb 16, 2024

Merged in #247

@gibfahn gibfahn closed this Feb 16, 2024
@illicitonion illicitonion deleted the timeouts-in-xml branch February 19, 2024 14:48
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.

3 participants