From a9a8302dd3a57fd46911cc396669ab7c995411ef Mon Sep 17 00:00:00 2001 From: HTHou Date: Mon, 26 Jan 2026 16:22:03 +0800 Subject: [PATCH] fix CI --- test/e2e/start-1c1d.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/start-1c1d.sh b/test/e2e/start-1c1d.sh index e1cc035..b74e6c5 100755 --- a/test/e2e/start-1c1d.sh +++ b/test/e2e/start-1c1d.sh @@ -17,6 +17,7 @@ # specific language governing permissions and limitations # under the License. # +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 nohup /usr/local/iotdb/sbin/start-confignode.sh > /dev/null 2>&1 & sleep 5 ls /usr/local/iotdb/sbin