This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a change to branch SUREFIRE-1796
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git.


 discard 5df88c8  changes after Michael's review
    omit 8409875  changes after Michael's review
    omit 3ca730c  InetAddress
    omit 1494d88  static method
    omit e5178fe  static method
    omit 4537623  String instead of UUID, removed UUID_STRING_LENGTH, 
refactoring
    omit c6f52fb  FutureTask.get() checking exception instead of try-catch 
within the Thread
    omit ea40207  [SUREFIRE-1796] The session of TCP channel should be 
authenticated
     add e8f65b9  [SUREFIRE-1797] Surefire report with parameterized tests 
contain all names of test the same
     add 02cca4d  [GH] performance problem on Windows nodes
     new 0874002  [SUREFIRE-1796] The session of TCP channel should be 
authenticated

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   (5df88c8)
            \
             N -- N -- N   refs/heads/SUREFIRE-1796 (0874002)

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 1 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:
 .../its/JUnitPlatformRerunFailingTestsIT.java      | 20 ++++++
 .../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 +-
 .../junit-platform-rerun-failing-tests/pom.xml     | 40 +++++++++++-
 .../test/java/junitplatform/ParametersTest.java    | 76 ++++++++++++++++++++++
 .../surefire/junitplatform/RunListenerAdapter.java | 20 ++++--
 9 files changed, 155 insertions(+), 10 deletions(-)
 create mode 100644 
surefire-its/src/test/resources/junit-platform-rerun-failing-tests/src/test/java/junitplatform/ParametersTest.java

Reply via email to