Skip to content

Commit

Permalink
PHOENIX-7128 Run ITs with Failsafe in Connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Nov 29, 2023
1 parent 26c1aba commit 07f1e44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions phoenix5-spark3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

<!-- Plugin options -->
<numForkedUT>8</numForkedUT>
<numForkedIT>7</numForkedIT>
<numForkedIT>4</numForkedIT>
<it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
<surefire.failIfNoSpecifiedTests>false</surefire.failIfNoSpecifiedTests>

Expand Down Expand Up @@ -308,7 +308,6 @@
<runOrder>alphabetical</runOrder>
<redirectTestOutputToFile>${test.output.tofile}</redirectTestOutputToFile>
<shutdown>kill</shutdown>
<testSourceDirectory>${basedir}/src/it/java</testSourceDirectory>
<trimStackTrace>false</trimStackTrace>
</configuration>
<executions>
Expand Down

0 comments on commit 07f1e44

Please sign in to comment.