This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git
The following commit(s) were added to refs/heads/main by this push:
new 575ffe0 Remove useless setting for IT (#99)
575ffe0 is described below
commit 575ffe0757c5eed7fb88fed51981e9f3320c979b
Author: shuwenwei <[email protected]>
AuthorDate: Wed May 22 18:39:22 2024 +0800
Remove useless setting for IT (#99)
---
test/e2e/Dockerfile.iotdb-server | 3 ---
1 file changed, 3 deletions(-)
diff --git a/test/e2e/Dockerfile.iotdb-server b/test/e2e/Dockerfile.iotdb-server
index a4514fb..4fbd70a 100644
--- a/test/e2e/Dockerfile.iotdb-server
+++ b/test/e2e/Dockerfile.iotdb-server
@@ -24,8 +24,5 @@ RUN apt update \
ADD target /usr/local
ADD test/e2e/start-1c1d.sh /
WORKDIR /usr/local/iotdb
-RUN sed -i 's/dn_rpc_address=127.0.0.1/dn_rpc_address=0.0.0.0/g'
conf/iotdb-datanode.properties \
- && sed -i 's/dn_internal_address=127.0.0.1/dn_internal_address=0.0.0.0/g'
conf/iotdb-datanode.properties \
- && sed -i 's/cn_internal_address=127.0.0.1/cn_internal_address=0.0.0.0/g'
conf/iotdb-confignode.properties
EXPOSE 6667
CMD ["/start-1c1d.sh"]