This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch testcontainer
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from bdf3150 try test container
new b227b17 enable github CI for docker
new fa65b2a remove duplicated operations in integration-test phase
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/e2e.yml | 4 +
cli/pom.xml | 1 -
cluster/pom.xml | 1 -
cross-tests/pom.xml | 1 -
grafana/pom.xml | 1 -
hadoop/pom.xml | 1 -
jdbc/pom.xml | 1 -
pom.xml | 2 -
server/pom.xml | 1 -
service-rpc/pom.xml | 1 -
session/pom.xml | 1 -
testcontainer/pom.xml | 179 ++++++++++++---------
.../db/sql/{ClusterE2E.java => ClusterIT.java} | 2 +-
.../sql/{SingleNodeE2E.java => SingleNodeIT.java} | 2 +-
.../src/test/resources/logback.xml | 7 +-
tsfile/pom.xml | 1 -
16 files changed, 112 insertions(+), 94 deletions(-)
rename testcontainer/src/test/java/org/apache/iotdb/db/sql/{ClusterE2E.java =>
ClusterIT.java} (99%)
rename testcontainer/src/test/java/org/apache/iotdb/db/sql/{SingleNodeE2E.java
=> SingleNodeIT.java} (99%)
copy {hadoop => testcontainer}/src/test/resources/logback.xml (83%)