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

jiangtian 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 7f4315a  fix CI after setting default rpc_address to 127.0.0.1 (#147)
7f4315a is described below

commit 7f4315acf27df7ce8436ba1b137a4bd09418c9df
Author: Haonan <[email protected]>
AuthorDate: Mon Jan 26 16:31:36 2026 +0800

    fix CI after setting default rpc_address to 127.0.0.1 (#147)
---
 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

Reply via email to