You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by er...@apache.org on 2022/11/28 08:24:19 UTC

[iotdb] 01/01: Disable integration-tests and testcontainer in mvn install

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

ericpai pushed a commit to branch bugfix/install-ci
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 33b88515c05b3b3f40de94fce8aea271e2f69973
Author: ericpai <er...@hotmail.com>
AuthorDate: Mon Nov 28 16:24:01 2022 +0800

    Disable integration-tests and testcontainer in mvn install
---
 integration-test/pom.xml | 4 ----
 testcontainer/pom.xml    | 5 ++++-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/integration-test/pom.xml b/integration-test/pom.xml
index fe584dc2a5..79b4e752a3 100644
--- a/integration-test/pom.xml
+++ b/integration-test/pom.xml
@@ -158,7 +158,6 @@
                             <goal>integration-test</goal>
                         </goals>
                         <configuration>
-                            <skipTests>false</skipTests>
                             <groups>${integrationTest.includedGroups}</groups>
                             <excludedGroups>${integrationTest.excludedGroups}</excludedGroups>
                             <useSystemClassLoader>false</useSystemClassLoader>
@@ -181,9 +180,6 @@
                         </goals>
                         <configuration>
                             <skipTests>false</skipTests>
-                            <summaryFiles>
-                                <summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile>
-                            </summaryFiles>
                         </configuration>
                     </execution>
                 </executions>
diff --git a/testcontainer/pom.xml b/testcontainer/pom.xml
index fbaf385684..c9c3019251 100644
--- a/testcontainer/pom.xml
+++ b/testcontainer/pom.xml
@@ -66,7 +66,7 @@
         <profile>
             <id>testcontainer</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <build>
                 <plugins>
@@ -164,6 +164,9 @@
         </profile>
         <profile>
             <id>test-sync</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
             <build>
                 <plugins>
                     <!-- before integration test, we build the docker image -->