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 56c25a0d2e340e219ca841455bc8f736c2d405df Author: HTHou <[email protected]> AuthorDate: Thu Dec 1 01:27:45 2022 +0800 Revert "disable integration tests" This reverts commit b32a011694ea44a5e56bc0735a05ef055ea3e479. --- integration-test/pom.xml | 2 +- pom.xml | 2 +- testcontainer/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 1b5addb22a..2ce41e9b2c 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>iotdb-parent</artifactId> <groupId>org.apache.iotdb</groupId> - <version>1.0.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>integration-test</artifactId> diff --git a/pom.xml b/pom.xml index b2b08361cf..7b20282b23 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ <module>client-cpp</module> <module>metrics</module> <module>integration</module> - <!-- <module>integration-test</module>--> + <module>integration-test</module> <module>consensus</module> <module>external-pipe-api</module> <module>library-udf</module> diff --git a/testcontainer/pom.xml b/testcontainer/pom.xml index 2754941590..be1e02620b 100644 --- a/testcontainer/pom.xml +++ b/testcontainer/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion>
