This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a change to branch backport
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
omit 133e60e1c Use simple Float#toFloat() to convert a string to a float
omit 587b1a4b0 Use typographically correct en dash approximations
omit 2312f4123 Improve string representation of elapsed time
omit 69eba0ddb Use choice message format to render percentage and time
omit 69f730609 [SUREFIRE-2164] Simplify serialization of elapsed time in
XML reporter
add 3ff4afd7a Use proper symbol 's' for seconds
add 56ebd61d8 [SUREFIRE-2169] Potential NPE in WrappedReportEntry when
#getElapsed() is called
new eca39aed7 [SUREFIRE-2166] Use ChoiceFormat to selective render
percentage and elapsed time in SurefireReportRenderer
new e65d15da7 [SUREFIRE-2164] Simplify serialization of elapsed time in
StatelessXmlReporter
new 9928d9ad3 [SUREFIRE-2167] Simplify deserialization of elapsed time in
TestSuiteXmlParser
new 7cc341ac4 [SUREFIRE-2168] Use proper en dash approximation for console
report output
new e566460c1 Improve string representation of elapsed time
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (133e60e1c)
\
N -- N -- N refs/heads/backport (e566460c1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../plugin/surefire/report/WrappedReportEntry.java | 9 ++-
.../src/main/resources/surefire-report.properties | 5 +-
.../maven/surefire/its/JUnit47ParallelIT.java | 86 +++++++++++-----------
.../its/jiras/Surefire1185DoNotSpawnTestsIT.java | 4 +-
4 files changed, 56 insertions(+), 48 deletions(-)