-
Notifications
You must be signed in to change notification settings - Fork 60
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
Rework how the junit xml-style log file is generated #220
Conversation
c9aca53
to
bdaea57
Compare
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.
Thanks for all of the effort into doing the comparisons, it's really useful!
Generally looking good, a few questions
...com/github/bazel_contrib/contrib_rules_jvm/comparative/DisabledSkippedParameterisedTest.java
Outdated
Show resolved
Hide resolved
java/src/com/github/bazel_contrib/contrib_rules_jvm/junit5/BazelJUnitOutputListener.java
Outdated
Show resolved
Hide resolved
java/src/com/github/bazel_contrib/contrib_rules_jvm/junit5/BazelJUnitOutputListener.java
Outdated
Show resolved
Hide resolved
java/src/com/github/bazel_contrib/contrib_rules_jvm/junit5/BazelJUnitOutputListener.java
Show resolved
Hide resolved
...ative-tests/src/test/java/com/github/bazel_contrib/contrib_rules_jvm/comparative/BUILD.bazel
Show resolved
Hide resolved
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.
Thanks!
...ire-reports/TEST-com.github.bazel_contrib.contrib_rules_jvm.comparative.PathologicalTest.xml
Outdated
Show resolved
Hide resolved
6e86e22
to
bb23851
Compare
java/src/com/github/bazel_contrib/contrib_rules_jvm/junit5/BazelJUnitOutputListener.java
Outdated
Show resolved
Hide resolved
java/src/com/github/bazel_contrib/contrib_rules_jvm/junit5/README.md
Outdated
Show resolved
Hide resolved
...ative-tests/src/test/java/com/github/bazel_contrib/contrib_rules_jvm/comparative/BUILD.bazel
Show resolved
Hide resolved
...urefire-reports/TEST-com.github.bazel_contrib.contrib_rules_jvm.comparative.DynamicTests.xml
Outdated
Show resolved
Hide resolved
bb23851
to
901178b
Compare
result.toXml(xsw); | ||
|
||
renderer.accept(xsw); | ||
System.out.println(writer); |
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.
System.out.println
: leftover?
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.
Oops. Yes. Leftover.
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.
Created #228 to fix this
No description provided.