Skip to content

Commit

Permalink
destroy cluster after test
Browse files Browse the repository at this point in the history
  • Loading branch information
djshow832 committed Jun 28, 2024
1 parent d0c6286 commit 26c68d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/tiup-cluster/script/scale_tiproxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,7 @@ function scale_tiproxy() {
tiup-cluster $client exec $name -N n2 --command "$check_cert_file"
# the configurations are updated on the new tidb
tiup-cluster $client exec $name -N n2 --command "$check_cert_config"

tiup-cluster $client _test $name writable
tiup-cluster $client --yes destroy $name
}

0 comments on commit 26c68d0

Please sign in to comment.