You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/06/10 09:52:18 UTC

[maven-surefire] branch master updated (2e14ba6 -> 02cca4d)

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

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


    from 2e14ba6  updated the road map for 3.0.0-M5 and next versions
     add e8f65b9  [SUREFIRE-1797] Surefire report with parameterized tests contain all names of test the same
     add 02cca4d  [GH] performance problem on Windows nodes

No new revisions were added by this update.

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