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/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 839f8fb26 RATIS-2073. Enable Surefire process checkers (#1079)
839f8fb26 is described below
commit 839f8fb265983b5ce14cf2cb3650a70d342ffc04
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon May 6 20:48:45 2024 +0200
RATIS-2073. Enable Surefire process checkers (#1079)
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0b3eedee1..0130258b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,7 +176,7 @@
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
<maven-clover2-plugin.version>4.0.6</maven-clover2-plugin.version>
<maven-pdf-plugin.version>1.6.1</maven-pdf-plugin.version>
- <maven-surefire-plugin.version>3.0.0</maven-surefire-plugin.version>
+ <maven-surefire-plugin.version>3.0.0-M4</maven-surefire-plugin.version>
<wagon-ssh.version>3.5.3</wagon-ssh.version>
@@ -634,6 +634,7 @@
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
<reuseForks>false</reuseForks>
<trimStackTrace>false</trimStackTrace>
+ <enableProcessChecker>all</enableProcessChecker>
<forkedProcessTimeoutInSeconds>600</forkedProcessTimeoutInSeconds>
<!-- @argLine is filled by jacoco maven plugin. @{} means late
evaluation -->
<argLine>-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError
@{argLine}</argLine>