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/11/30 12:24:29 UTC

(phoenix-connectors) branch master updated: PHOENIX-7128 Run ITs with Failsafe in Connectors

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-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new e0444eb  PHOENIX-7128 Run ITs with Failsafe in Connectors
e0444eb is described below

commit e0444ebfd17244f849f4153db5ee4f488c66a152
Author: Istvan Toth <st...@apache.org>
AuthorDate: Wed Nov 29 14:48:18 2023 +0100

    PHOENIX-7128 Run ITs with Failsafe in Connectors
---
 phoenix5-spark3/pom.xml | 4 ----
 pom.xml                 | 3 +--
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/phoenix5-spark3/pom.xml b/phoenix5-spark3/pom.xml
index f2cec4a..ffd04f4 100644
--- a/phoenix5-spark3/pom.xml
+++ b/phoenix5-spark3/pom.xml
@@ -164,10 +164,6 @@
             </execution>
           </executions>
         </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-failsafe-plugin</artifactId>
-      </plugin>
       <plugin>
           <artifactId>maven-dependency-plugin</artifactId>
           <configuration>
diff --git a/pom.xml b/pom.xml
index 47b2556..1a43a8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
 
     <!-- Plugin options -->
     <numForkedUT>8</numForkedUT>
-    <numForkedIT>7</numForkedIT>
+    <numForkedIT>4</numForkedIT>
     <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
     <surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>
 
@@ -310,7 +310,6 @@
             <runOrder>alphabetical</runOrder>
             <redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
             <shutdown>kill</shutdown>
-            <testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>
             <trimStackTrace>false</trimStackTrace>
           </configuration>
           <executions>