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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 8835ccf3d3 HDDS-10174. Enable Surefire process checker (#6075)
8835ccf3d3 is described below

commit 8835ccf3d3ceef92b56d1b4bc897adbeaf648399
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Jan 24 10:42:22 2024 +0100

    HDDS-10174. Enable Surefire process checker (#6075)
    
    This reverts commit a41dae4e809be7911e8e6dbf823ff424fae712fb
    
    Reason for revert: new Surefire fails to kill fork after surefire.timeout
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index be76d160ef..351fab153a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xs
     <maven-surefire-plugin.argLine>-Xmx4096m 
-XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
     
<maven-surefire-plugin.argLineAccessArgs></maven-surefire-plugin.argLineAccessArgs>
     <unstable-test-groups>flaky | slow | unhealthy</unstable-test-groups>
-    <maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
+    <maven-surefire-plugin.version>3.0.0-M5</maven-surefire-plugin.version>
     
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
     
<maven-failsafe-plugin.version>${maven-surefire-plugin.version}</maven-failsafe-plugin.version>
 
@@ -1993,6 +1993,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xs
         <configuration>
           <reuseForks>false</reuseForks>
           
<forkedProcessTimeoutInSeconds>${surefire.fork.timeout}</forkedProcessTimeoutInSeconds>
+          <enableProcessChecker>all</enableProcessChecker>
           <!-- @argLine is filled by jacoco maven plugin. @{} means late 
evaluation -->
           <argLine>${maven-surefire-plugin.argLine} 
${maven-surefire-plugin.argLineAccessArgs} @{argLine}</argLine>
           <environmentVariables>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to