Skip to content

Commit 2694820

Browse files
authored
[CI] Fix CI Error Due to RDMA Fail (#930)
1 parent 14b0586 commit 2694820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
1010

1111
echo "Running transfer_engine tests..."
1212
cd mooncake-wheel/tests
13-
MC_METADATA_SERVER=http://127.0.0.1:8080/metadata python transfer_engine_target.py &
13+
MC_METADATA_SERVER=http://127.0.0.1:8080/metadata MC_FORCE_TCP=true python transfer_engine_target.py &
1414
TARGET_PID=$!
15-
MC_METADATA_SERVER=http://127.0.0.1:8080/metadata python transfer_engine_initiator_test.py
15+
MC_METADATA_SERVER=http://127.0.0.1:8080/metadata MC_FORCE_TCP=true python transfer_engine_initiator_test.py
1616
kill $TARGET_PID || true
1717

1818
echo "Running master tests..."

0 commit comments

Comments
 (0)