This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch 1c1d_dockertest
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/1c1d_dockertest by this push:
new 7bbc20ea68 update
7bbc20ea68 is described below
commit 7bbc20ea68a8778e8ed450b95c3d7d61eae6c7b6
Author: HTHou <[email protected]>
AuthorDate: Mon Oct 24 09:44:06 2022 +0800
update
---
.github/workflows/client-python.yml | 2 --
docker/src/main/DockerCompose/start-1c1d.sh | 1 +
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/client-python.yml
b/.github/workflows/client-python.yml
index 65d6bb28f7..c92cd9f4ae 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -55,8 +55,6 @@ jobs:
run: |
docker build . -f docker/src/main/Dockerfile-1c1d -t "iotdb:dev"
docker images
- docker run -d -p 6667:6667 iotdb:dev
- docker ps
- name: Install IoTDB python client requirements
run: pip3 install -r client-py/requirements_dev.txt
- name: Integration test
diff --git a/docker/src/main/DockerCompose/start-1c1d.sh
b/docker/src/main/DockerCompose/start-1c1d.sh
index cde08d42d1..095de97df2 100755
--- a/docker/src/main/DockerCompose/start-1c1d.sh
+++ b/docker/src/main/DockerCompose/start-1c1d.sh
@@ -18,4 +18,5 @@
# under the License.
#
./start-confignode.sh &
+sleep 10
./start-datanode.sh &
\ No newline at end of file