Skip to content

Commit

Permalink
fiiiiiiiiix
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar committed May 12, 2022
1 parent 17e4ed1 commit 320f1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/tiup-playground/test_playground.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tiup-playground display | grep -E "terminated|exit" | wc -l | grep -q "1"

killall -2 tiup-playground.test || killall -2 tiup-playground

sleep 60
sleep 100

# test restart with same data
tiup-playground v6.0.0 > $outfile 2>&1 &
Expand All @@ -108,7 +108,7 @@ tiup-playground v6.0.0 > $outfile 2>&1 &
sleep 3

# wait start cluster successfully
timeout 100 grep -q "CLUSTER START SUCCESSFULLY" <(tail -f $outfile)
timeout 300 grep -q "CLUSTER START SUCCESSFULLY" <(tail -f $outfile)

cat $outfile | grep ":3930" | grep -q "Done"

Expand Down

0 comments on commit 320f1f9

Please sign in to comment.