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

[iotdb] branch rel/1.0 updated: Disable integration-tests and testcontainer in mvn install (#8228)

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

haonan pushed a commit to branch rel/1.0
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/rel/1.0 by this push:
     new f95389f37a Disable integration-tests and testcontainer in mvn install (#8228)
f95389f37a is described below

commit f95389f37a96936d7535595132587853b64ffbe5
Author: BaiJian <er...@hotmail.com>
AuthorDate: Mon Nov 28 19:56:57 2022 +0800

    Disable integration-tests and testcontainer in mvn install (#8228)
---
 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 eadc847389..016f563e6a 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 52777edbac..2754941590 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 -->