This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a change to branch
empty_element_on_failure_with_ParameterizedTest
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.
discard f31c9bf tests not in parallel so it fix the issue
discard eaccc6f add a test generating non well formed xml report
add 5f492fa Using localhost (not local loopback) in
SurefireForkChannel.java
add 2e14ba6 updated the road map for 3.0.0-M5 and next versions
new 2d4bd4e [SUREFIRE-1797] Surefire report with empty element name
new e6d5eba [GH] performance problem on Windows nodes
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 (f31c9bf)
\
N -- N -- N
refs/heads/empty_element_on_failure_with_ParameterizedTest (e6d5eba)
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 2 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:
.../surefire/extensions/SurefireForkChannel.java | 2 +-
.../maven/surefire/extensions/ForkChannelTest.java | 8 ++++---
maven-surefire-plugin/src/site/apt/index.apt.vm | 21 +++++++++--------
.../api/util/internal/AsyncSocketTest.java | 2 +-
.../its/JUnitPlatformRerunFailingTestsIT.java | 10 +++++---
.../src/test/resources/fail-fast-testng/pom.xml | 1 +
.../fail-fast-testng/src/test/java/pkg/ATest.java | 2 +-
.../fail-fast-testng/src/test/java/pkg/BTest.java | 2 +-
.../fail-fast-testng/src/test/java/pkg/CTest.java | 2 +-
.../fail-fast-testng/src/test/java/pkg/DTest.java | 2 +-
.../test/java/junitplatform/ParametersTest.java | 27 ++++++++++------------
.../surefire/junitplatform/RunListenerAdapter.java | 20 ++++++++++++----
12 files changed, 58 insertions(+), 41 deletions(-)