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 2d09927  investigating build failure: removed jenkinsNotify()
     add 8efc903  fixed collisions between test methods in ForkConfigurationTest
     new bca90b2  [SUREFIRE-1675] Forked JVM terminates with 'halt' when 
another module's tests fail

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:
 Jenkinsfile                                        |  12 +-
 maven-failsafe-plugin/pom.xml                      |   2 +-
 ...ooterDeserializerProviderConfigurationTest.java |  26 +++-
 ...BooterDeserializerStartupConfigurationTest.java |  29 ++++-
 .../booterclient/ForkConfigurationTest.java        |  93 +++++++------
 .../maven/surefire/booter/CommandReader.java       |   3 +-
 .../apache/maven/surefire/booter/ForkedBooter.java | 134 +++++++++++++++----
 .../surefire/booter/ForkedBooterMockTest.java      | 134 +++++++++++++++++++
 .../maven/surefire/booter/ForkedBooterTest.java    | 144 +++++++++++++++++++++
 .../maven/surefire/booter/JUnit4SuiteTest.java     |   2 +
 ...Surefire946KillMainProcessInReusableForkIT.java | 118 +++++++++++++----
 .../pom.xml                                        |  44 +++----
 .../src/main/java/dummy/DummyClass.java}           |  17 +--
 .../pom.xml                                        |   7 +
 .../test/java/junit44/environment/Basic01Test.java |   2 +
 .../test/java/junit44/environment/Basic02Test.java |   2 +
 .../test/java/junit44/environment/Basic03Test.java |   2 +
 .../test/java/junit44/environment/Basic04Test.java |   2 +
 .../test/java/junit44/environment/Basic05Test.java |   2 +
 .../test/java/junit44/environment/Basic06Test.java |   2 +
 .../test/java/junit44/environment/Basic07Test.java |   2 +
 .../test/java/junit44/environment/Basic08Test.java |   2 +
 .../test/java/junit44/environment/Basic09Test.java |   2 +
 .../test/java/junit44/environment/Basic10Test.java |   2 +
 .../surefire-946-self-destruct-plugin/pom.xml      |   6 -
 25 files changed, 652 insertions(+), 139 deletions(-)
 create mode 100644 
surefire-booter/src/test/java/org/apache/maven/surefire/booter/ForkedBooterMockTest.java
 create mode 100644 
surefire-booter/src/test/java/org/apache/maven/surefire/booter/ForkedBooterTest.java
 copy surefire-its/src/test/resources/{surefire-931-provider-failure => 
surefire-946-dummy-dependency}/pom.xml (50%)
 copy 
surefire-its/src/test/{java/org/apache/maven/surefire/its/RunOrderParallelForksIT.java
 => 
resources/surefire-946-dummy-dependency/src/main/java/dummy/DummyClass.java} 
(83%)

Reply via email to