Skip to content

Commit

Permalink
Use kill_server
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrini15 committed Nov 26, 2024
1 parent 3e47a23 commit a32aa0f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions qa/L0_backend_python/response_sender/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ if [ $? -ne 0 ]; then
fi
set -e

kill $SERVER_PID
wait $SERVER_PID
kill_server

#
# Test response sender to raise exception on response after complete final flag
Expand Down Expand Up @@ -125,8 +124,7 @@ if [ $? -ne 0 ]; then
fi
set -e

kill $SERVER_PID
wait $SERVER_PID
kill_server

#
# Test async response sender under decoupled / non-decoupled
Expand Down

0 comments on commit a32aa0f

Please sign in to comment.