Skip to content

Commit d98e74a

Browse files
committed
Print server log if failed
1 parent 0968385 commit d98e74a

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

ci/L0_additional_outputs_vllm/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ wait $SERVER_PID
6565
if [ $RET -eq 0 ]; then
6666
echo -e "\n***\n*** Test Passed\n***"
6767
else
68+
cat $SERVER_LOG
6869
echo -e "\n***\n*** Test FAILED\n***"
6970
fi
7071
exit $RET

ci/L0_check_health_vllm/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ unmock_vllm_async_llm_engine
135135
if [ $RET -eq 0 ]; then
136136
echo -e "\n***\n*** Test Passed\n***"
137137
else
138+
cat $SERVER_LOG
138139
echo -e "\n***\n*** Test FAILED\n***"
139140
fi
140141
exit $RET

ci/L0_multi_gpu_vllm/vllm_backend/test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ done
138138

139139
### Results
140140
if [ $RET -eq 1 ]; then
141+
cat $CLIENT_LOG
142+
cat $SERVER_LOG
141143
echo -e "\n***\n*** Multi GPU Utilization test FAILED. \n***"
142144
else
143145
echo -e "\n***\n*** Multi GPU Utilization test PASSED. \n***"

0 commit comments

Comments
 (0)