This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch ci_1.3_fix in repository https://gitbox.apache.org/repos/asf/iotdb-client-go.git
commit f7e3124ca4d6192db721fcaa70a83bd89d735c7d 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
