File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
L0_additional_outputs_vllm
L0_multi_gpu_vllm/vllm_backend Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ wait $SERVER_PID
6565if [ $RET -eq 0 ]; then
6666 echo -e " \n***\n*** Test Passed\n***"
6767else
68+ cat $SERVER_LOG
6869 echo -e " \n***\n*** Test FAILED\n***"
6970fi
7071exit $RET
Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ unmock_vllm_async_llm_engine
135135if [ $RET -eq 0 ]; then
136136 echo -e " \n***\n*** Test Passed\n***"
137137else
138+ cat $SERVER_LOG
138139 echo -e " \n***\n*** Test FAILED\n***"
139140fi
140141exit $RET
Original file line number Diff line number Diff line change 138138
139139# ## Results
140140if [ $RET -eq 1 ]; then
141+ cat $CLIENT_LOG
142+ cat $SERVER_LOG
141143 echo -e " \n***\n*** Multi GPU Utilization test FAILED. \n***"
142144else
143145 echo -e " \n***\n*** Multi GPU Utilization test PASSED. \n***"
You can’t perform that action at this time.
0 commit comments