This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a change to branch CrossTest
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from d2e0aaed66 Move IT cross-test module into integration-test
add 9402a4f2b2 add back
No new revisions were added by this update.
Summary of changes:
test/e2e/base/docker-compose.yaml | 51 +++
test/e2e/cases/README.md | 53 +++
test/e2e/cases/cli/README.md | 24 ++
test/e2e/cases/cli/cleanup.sh | 27 ++
test/e2e/cases/cli/docker-compose.yaml | 41 ++
test/e2e/cases/cli/res/init.sql | 26 ++
test/e2e/cases/cli/run.sh | 48 +++
testcontainer/Readme.md | 62 +++
.../java/org/apache/iotdb/db/sql/ClusterIT.java | 105 +++++
.../iotdb/db/sql/ClusterSessionSimpleIT.java | 85 ++++
.../java/org/apache/iotdb/db/sql/SingleNodeIT.java | 88 +++++
.../db/sql/nodes3/AbstractThreeNodeClusterIT.java | 61 +++
.../iotdb/db/sql/nodes3/ThreeNodeCluster1IT.java | 23 ++
.../iotdb/db/sql/nodes3/ThreeNodeCluster2IT.java | 32 ++
.../db/sql/nodes5/AbstractFiveNodeClusterIT.java | 85 ++++
.../iotdb/db/sql/nodes5/FiveNodeCluster1IT.java | 23 ++
.../iotdb/db/sql/nodes5/FiveNodeCluster2IT.java | 32 ++
.../iotdb/db/sql/nodes5/FiveNodeCluster4IT.java | 32 ++
.../test/java/org/apache/iotdb/db/sync/SyncIT.java | 426 +++++++++++++++++++++
.../apache/iotdb/db/sync/SyncWeakNetworkIT.java | 40 ++
.../NoProjectNameDockerComposeContainer.java | 38 ++
.../src/test/resources/logback-container.xml | 39 ++
testcontainer/src/test/resources/logback.xml | 52 +++
.../src/test/resources/sync/docker-compose.yaml | 52 +++
testcontainer/src/tool/README.md | 33 ++
testcontainer/src/tool/parser.py | 79 ++++
26 files changed, 1657 insertions(+)
mode change 100644 => 100755 test/e2e/cases/cli/cleanup.sh
mode change 100644 => 100755 test/e2e/cases/cli/run.sh