You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2023/05/06 19:03:42 UTC

[phoenix] branch 5.1 updated: PHOENIX-6945 Update Surefire plugin to 3.0.0 and switch to TCP forkNode implementation

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

stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/5.1 by this push:
     new 0f23fca6ed PHOENIX-6945 Update Surefire plugin to 3.0.0 and switch to TCP forkNode implementation
0f23fca6ed is described below

commit 0f23fca6ed0ec58f37e79aab334f231e030f62ba
Author: Istvan Toth <st...@apache.org>
AuthorDate: Thu May 4 07:45:00 2023 +0200

    PHOENIX-6945 Update Surefire plugin to 3.0.0 and switch to TCP forkNode implementation
---
 phoenix-pherf/pom.xml | 1 +
 pom.xml               | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/phoenix-pherf/pom.xml b/phoenix-pherf/pom.xml
index a3b8691808..15ce33742d 100644
--- a/phoenix-pherf/pom.xml
+++ b/phoenix-pherf/pom.xml
@@ -306,6 +306,7 @@
         <configuration>
           <workingDirectory>${java.io.tmpdir}</workingDirectory>
           <forkCount>1</forkCount>
+          <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
         </configuration>
       </plugin>
       <plugin>
diff --git a/pom.xml b/pom.xml
index 628bef3eed..0f32025d8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
     <maven-antlr-eclipse-plugin.version>${antlr.version}</maven-antlr-eclipse-plugin.version>
     <maven-project-info-reports-plugin.version>3.1.1</maven-project-info-reports-plugin.version>
     <!-- Override property in ASF parent -->
-    <surefire.version>3.0.0-M5</surefire.version>
+    <surefire.version>3.0.0</surefire.version>
     <spotbugs-maven-plugin.version>4.4.1</spotbugs-maven-plugin.version>
     <spotbugs.version>4.4.1</spotbugs.version>
     <jacoco-maven-plugin.version>0.8.7</jacoco-maven-plugin.version>
@@ -323,6 +323,7 @@
             <trimStackTrace>false</trimStackTrace>
             <!-- https://www.orpiske.net/2021/04/test-woes-with-maven-failsafe-3-0-0-m5 -->
             <useModulePath>false</useModulePath>
+            <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
           </configuration>
           <executions>
             <execution>
@@ -579,6 +580,7 @@
           <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
           <shutdown>exit</shutdown>
           <trimStackTrace>false</trimStackTrace>
+          <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
         </configuration>
       </plugin>
       <!-- All projects create a test jar -->