Skip to content

Commit 7f4315a

Browse files
authored
fix CI after setting default rpc_address to 127.0.0.1 (#147)
1 parent 06e770e commit 7f4315a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/start-1c1d.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# specific language governing permissions and limitations
1818
# under the License.
1919
#
20+
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
2021
nohup /usr/local/iotdb/sbin/start-confignode.sh > /dev/null 2>&1 &
2122
sleep 5
2223
ls /usr/local/iotdb/sbin

0 commit comments

Comments
 (0)