diff --git a/tests/tiup-cluster/script/scale_tiproxy.sh b/tests/tiup-cluster/script/scale_tiproxy.sh index 04215943df..91a28cf1dd 100644 --- a/tests/tiup-cluster/script/scale_tiproxy.sh +++ b/tests/tiup-cluster/script/scale_tiproxy.sh @@ -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 }