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 a19d7c134b65ecbafc7fa8b1e049f78e9c0a6317 Author: HTHou <[email protected]> AuthorDate: Thu Dec 1 01:28:04 2022 +0800 Revert "disable integration tests" This reverts commit d75b118eb4ab2bfd438bc6dd1c1481380427e39c. --- integration-test/pom.xml | 104 +++++++++++++++++++++++------------------------ 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 2ce41e9b2c..3d6f79ffe3 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -95,58 +95,58 @@ <build> <plugins> <!-- skip default-test --> -<!-- <plugin>--> -<!-- <groupId>org.apache.maven.plugins</groupId>--> -<!-- <artifactId>maven-surefire-plugin</artifactId>--> -<!-- <executions>--> -<!-- <execution>--> -<!-- <id>default-test</id>--> -<!-- <configuration>--> -<!-- <skip>true</skip>--> -<!-- </configuration>--> -<!-- </execution>--> -<!-- </executions>--> -<!-- </plugin>--> -<!-- <!– If the test starts separate processes, we should package first –>--> -<!-- <plugin>--> -<!-- <groupId>org.apache.maven.plugins</groupId>--> -<!-- <artifactId>maven-assembly-plugin</artifactId>--> -<!-- <version>${maven.assembly.version}</version>--> -<!-- <configuration>--> -<!-- <skipAssembly>${integrationTest.launchNodeInSameJVM}</skipAssembly>--> -<!-- </configuration>--> -<!-- <executions>--> -<!-- <!– Package binaries–>--> -<!-- <execution>--> -<!-- <id>cluster-test-assembly</id>--> -<!-- <phase>package</phase>--> -<!-- <goals>--> -<!-- <goal>single</goal>--> -<!-- </goals>--> -<!-- <configuration>--> -<!-- <descriptors>--> -<!-- <descriptor>src/assembly/mpp-test.xml</descriptor>--> -<!-- </descriptors>--> -<!-- <finalName>template-node</finalName>--> -<!-- <appendAssemblyId>false</appendAssemblyId>--> -<!-- </configuration>--> -<!-- </execution>--> -<!-- <execution>--> -<!-- <id>cluster-test-assembly-share</id>--> -<!-- <phase>package</phase>--> -<!-- <goals>--> -<!-- <goal>single</goal>--> -<!-- </goals>--> -<!-- <configuration>--> -<!-- <descriptors>--> -<!-- <descriptor>src/assembly/mpp-share.xml</descriptor>--> -<!-- </descriptors>--> -<!-- <finalName>template-node-share</finalName>--> -<!-- <appendAssemblyId>false</appendAssemblyId>--> -<!-- </configuration>--> -<!-- </execution>--> -<!-- </executions>--> -<!-- </plugin>--> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <executions> + <execution> + <id>default-test</id> + <configuration> + <skip>true</skip> + </configuration> + </execution> + </executions> + </plugin> + <!-- If the test starts separate processes, we should package first --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-assembly-plugin</artifactId> + <version>${maven.assembly.version}</version> + <configuration> + <skipAssembly>${integrationTest.launchNodeInSameJVM}</skipAssembly> + </configuration> + <executions> + <!-- Package binaries--> + <execution> + <id>cluster-test-assembly</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <descriptors> + <descriptor>src/assembly/mpp-test.xml</descriptor> + </descriptors> + <finalName>template-node</finalName> + <appendAssemblyId>false</appendAssemblyId> + </configuration> + </execution> + <execution> + <id>cluster-test-assembly-share</id> + <phase>package</phase> + <goals> + <goal>single</goal> + </goals> + <configuration> + <descriptors> + <descriptor>src/assembly/mpp-share.xml</descriptor> + </descriptors> + <finalName>template-node-share</finalName> + <appendAssemblyId>false</appendAssemblyId> + </configuration> + </execution> + </executions> + </plugin> <!-- Run integration tests --> <!-- <plugin>--> <!-- <groupId>org.apache.maven.plugins</groupId>-->
