Skip to content

Commit

Permalink
stable test
Browse files Browse the repository at this point in the history
Signed-off-by: xhe <xw897002528@gmail.com>
  • Loading branch information
xhebox committed Oct 16, 2024
1 parent 11578be commit 793d505
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/tiup-playground/test_playground.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,9 @@ function wait_tiup() {
while ! grep -q "TiDB Playground Cluster is started" $outfile; do
sleep 1
done
while ! tiup-playground display; do
sleep 1
done
}
export -f tiup-playground wait_tiup
export outfile
export -f wait_tiup
timeout 300s bash -c wait_tiup
tiup-playground display
tiup-playground scale-out --db 2
Expand Down

0 comments on commit 793d505

Please sign in to comment.