Skip to content

Commit

Permalink
[=] fix casetest error
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylsy committed Oct 25, 2024
1 parent 7370637 commit 6822275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/case_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4582,7 +4582,7 @@ echo -e "qlog disable ...\c"
killall test_server
${SERVER_BIN} -l d -e -x 1 --qlog_disable > slog &
sleep 1
${CLIENT_BIN} -s 10240 -l d -t 1 -E --qlog_disable >> clog
sudo ${CLIENT_BIN} -s 10240 -l d -t 1 -E --qlog_disable >> clog
result=`grep ">>>>>>>> pass:1" clog`
svr_qlog_res1=`grep "\[packet_received\]" slog`
svr_qlog_res2=`grep "\[packet_sent\]" slog`
Expand All @@ -4605,7 +4605,7 @@ echo -e "qlog importance selected 1 ...\c"
killall test_server
${SERVER_BIN} -l d -e -x 1 --qlog_importance s > slog &
sleep 1
${CLIENT_BIN} -s 10240 -l d -t 1 -E --qlog_importance s >> clog
sudo ${CLIENT_BIN} -s 10240 -l d -t 1 -E --qlog_importance s >> clog
result=`grep ">>>>>>>> pass:1" clog`
svr_qlog_res1=`grep "\[packet_received\]" slog`
svr_qlog_res2=`grep "\[connection_started\]" slog`
Expand All @@ -4628,7 +4628,7 @@ echo -e "qlog importance selected 2 ...\c"
killall test_server
${SERVER_BIN} -l i -e -x 1 --qlog_importance s > slog &
sleep 1
${CLIENT_BIN} -s 10240 -l i -t 1 -E --qlog_importance s >> clog
sudo ${CLIENT_BIN} -s 10240 -l i -t 1 -E --qlog_importance s >> clog
result=`grep ">>>>>>>> pass:1" clog`
svr_qlog_res1=`grep "\[packet_received\]" slog`
svr_qlog_res2=`grep "\[connection_started\]" slog`
Expand Down

0 comments on commit 6822275

Please sign in to comment.