This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch enable_tests in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit ae5889b56ae6ba4d8bbea512edc653477c27a6a7 Author: HTHou <[email protected]> AuthorDate: Thu Dec 1 01:28:17 2022 +0800 Revert "disable integration tests" This reverts commit 88fe81cf064d53aaf9922269318c3edd37ac93df. --- integration-test/pom.xml | 72 ++++++++++++++++++++++++------------------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 3d6f79ffe3..53713f352d 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -148,42 +148,42 @@ </executions> </plugin> <!-- Run integration tests --> -<!-- <plugin>--> -<!-- <groupId>org.apache.maven.plugins</groupId>--> -<!-- <artifactId>maven-failsafe-plugin</artifactId>--> -<!-- <executions>--> -<!-- <execution>--> -<!-- <id>integration-test</id>--> -<!-- <goals>--> -<!-- <goal>integration-test</goal>--> -<!-- </goals>--> -<!-- <configuration>--> -<!-- <groups>${integrationTest.includedGroups}</groups>--> -<!-- <excludedGroups>${integrationTest.excludedGroups}</excludedGroups>--> -<!-- <useSystemClassLoader>false</useSystemClassLoader>--> -<!-- <parallel>${integrationTest.parallelMode}</parallel>--> -<!-- <threadCount>1</threadCount>--> -<!-- <forkCount>${integrationTest.forkCount}</forkCount>--> -<!-- <reuseForks>false</reuseForks>--> -<!-- <systemPropertyVariables>--> -<!-- <TestEnv>${integrationTest.testEnv}</TestEnv>--> -<!-- <RandomSelectWriteNode>${integrationTest.randomSelectWriteNode}</RandomSelectWriteNode>--> -<!-- <ReadAndVerifyWithMultiNode>${integrationTest.readAndVerifyWithMultiNode}</ReadAndVerifyWithMultiNode>--> -<!-- </systemPropertyVariables>--> -<!-- <summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile>--> -<!-- </configuration>--> -<!-- </execution>--> -<!-- <execution>--> -<!-- <id>verify</id>--> -<!-- <goals>--> -<!-- <goal>verify</goal>--> -<!-- </goals>--> -<!-- <configuration>--> -<!-- <skipTests>true</skipTests>--> -<!-- </configuration>--> -<!-- </execution>--> -<!-- </executions>--> -<!-- </plugin>--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-failsafe-plugin</artifactId> + <executions> + <execution> + <id>integration-test</id> + <goals> + <goal>integration-test</goal> + </goals> + <configuration> + <groups>${integrationTest.includedGroups}</groups> + <excludedGroups>${integrationTest.excludedGroups}</excludedGroups> + <useSystemClassLoader>false</useSystemClassLoader> + <parallel>${integrationTest.parallelMode}</parallel> + <threadCount>1</threadCount> + <forkCount>${integrationTest.forkCount}</forkCount> + <reuseForks>false</reuseForks> + <systemPropertyVariables> + <TestEnv>${integrationTest.testEnv}</TestEnv> + <RandomSelectWriteNode>${integrationTest.randomSelectWriteNode}</RandomSelectWriteNode> + <ReadAndVerifyWithMultiNode>${integrationTest.readAndVerifyWithMultiNode}</ReadAndVerifyWithMultiNode> + </systemPropertyVariables> + <summaryFile>target/failsafe-reports/failsafe-summary-IT.xml</summaryFile> + </configuration> + </execution> + <execution> + <id>verify</id> + <goals> + <goal>verify</goal> + </goals> + <configuration> + <skipTests>true</skipTests> + </configuration> + </execution> + </executions> + </plugin> <!-- <plugin>--> <!-- <groupId>org.codehaus.mojo</groupId>--> <!-- <artifactId>exec-maven-plugin</artifactId>-->
