This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push: new 8245e8cca2 PHOENIX-6945 Update Surefire plugin to 3.0.0 and switch to TCP forkNode implementation 8245e8cca2 is described below commit 8245e8cca25a1686423a2ad8bebf8b25b521fca5 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 e2b2b7fb5f..981f04add0 100644 --- a/phoenix-pherf/pom.xml +++ b/phoenix-pherf/pom.xml @@ -331,6 +331,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 da5727333b..65654d2332 100644 --- a/pom.xml +++ b/pom.xml @@ -142,7 +142,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-M6</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.8</jacoco-maven-plugin.version> @@ -321,6 +321,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> @@ -578,6 +579,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 -->