This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch fix_ci
in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git
The following commit(s) were added to refs/heads/fix_ci by this push:
new eb3b46f fix CI
eb3b46f is described below
commit eb3b46fd7b59d81d8f29e37f5fa66dac06c01fb2
Author: HTHou <[email protected]>
AuthorDate: Mon Jan 26 16:11:03 2026 +0800
fix CI
---
test/e2e/Dockerfile.iotdb-server | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/test/e2e/Dockerfile.iotdb-server b/test/e2e/Dockerfile.iotdb-server
index 60ea62e..b6dfed3 100644
--- a/test/e2e/Dockerfile.iotdb-server
+++ b/test/e2e/Dockerfile.iotdb-server
@@ -20,7 +20,9 @@
FROM eclipse-temurin:17-jre-focal
RUN apt update \
- && apt install -y procps && apt clean
+ && apt install -y procps \
+ && sed -i 's/dn_rpc_address=127.0.0.1/dn_rpc_address=0.0.0.0/g'
/usr/local/iotdb/conf/iotdb-system.properties \
+ && apt clean \
ADD target /usr/local
ADD test/e2e/start-1c1d.sh /
WORKDIR /usr/local/iotdb