This is an automated email from the ASF dual-hosted git repository.
tibordigana pushed a commit to branch buildfix
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/buildfix by this push:
new 75407f6 investigating build failure
75407f6 is described below
commit 75407f618b5ff437d45c66dc70a65116841ad4d9
Author: tibordigana <[email protected]>
AuthorDate: Fri Jul 19 12:45:51 2019 +0200
investigating build failure
---
.../src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java | 4 +---
.../its/jiras/Surefire946KillMainProcessInReusableForkIT.java | 3 ---
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git
a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
index 507fb59..0f8b8ad 100644
---
a/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
+++
b/surefire-booter/src/main/java/org/apache/maven/surefire/booter/ForkedBooter.java
@@ -273,9 +273,7 @@ public final class ForkedBooter
{
// else refers to shutdown=testset, but not used now,
keeping reader open
DumpErrorSingleton.getSingleton()
- .dumpText( "Thread dump for process ("
- + getProcessName()
- + "):"
+ .dumpText( "Thread dump for process (" +
getProcessName() + "):"
+ NL
+ generateThreadDump() );
}
diff --git
a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire946KillMainProcessInReusableForkIT.java
b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire946KillMainProcessInReusableForkIT.java
index 83527a6..d5d0709 100644
---
a/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire946KillMainProcessInReusableForkIT.java
+++
b/surefire-its/src/test/java/org/apache/maven/surefire/its/jiras/Surefire946KillMainProcessInReusableForkIT.java
@@ -21,7 +21,6 @@ package org.apache.maven.surefire.its.jiras;
import org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase;
import org.junit.BeforeClass;
-import org.junit.Ignore;
import org.junit.Test;
public class Surefire946KillMainProcessInReusableForkIT
@@ -38,7 +37,6 @@ public class Surefire946KillMainProcessInReusableForkIT
}
@Test( timeout = 30000 )
- @Ignore
public void testHalt()
{
doTest( "halt" );
@@ -51,7 +49,6 @@ public class Surefire946KillMainProcessInReusableForkIT
}
@Test( timeout = 30000 )
- @Ignore
public void testInterrupt()
{
doTest( "interrupt" );