This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch fix_pythonit_v3
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 599f8c54e03fbaf7abf9cf9b0490dd0e301cc0f0
Author: HTHou <[email protected]>
AuthorDate: Thu Jul 27 11:19:27 2023 +0800

    Fix python IT
---
 .github/workflows/client-python.yml | 3 ---
 docker/src/main/Dockerfile-1c1d     | 4 ++--
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/client-python.yml 
b/.github/workflows/client-python.yml
index df715682274..3709255a7ca 100644
--- a/.github/workflows/client-python.yml
+++ b/.github/workflows/client-python.yml
@@ -31,9 +31,6 @@ env:
 
 jobs:
   unix:
-    strategy:
-      fail-fast: false
-      max-parallel: 20
     runs-on: ubuntu-latest
 
     steps:
diff --git a/docker/src/main/Dockerfile-1c1d b/docker/src/main/Dockerfile-1c1d
index e8c90aff873..19ab05ba455 100644
--- a/docker/src/main/Dockerfile-1c1d
+++ b/docker/src/main/Dockerfile-1c1d
@@ -47,7 +47,7 @@ RUN dos2unix /iotdb/sbin/stop-confignode.sh
 RUN dos2unix /iotdb/sbin/start-datanode.sh
 RUN dos2unix /iotdb/sbin/../conf/datanode-env.sh
 EXPOSE 6667
-VOLUME /iotdb/data
-VOLUME /iotdb/logs
+#VOLUME /iotdb/data
+#VOLUME /iotdb/logs
 ENV PATH="/iotdb/sbin/:/iotdb/tools/:${PATH}"
 ENTRYPOINT ["/iotdb/sbin/start-1c1d.sh"]

Reply via email to