diff --git a/tests/tiup-cluster/test_scale_tiproxy.sh b/tests/tiup-cluster/test_scale_tiproxy.sh index d5f6124070..42920dc2a0 100644 --- a/tests/tiup-cluster/test_scale_tiproxy.sh +++ b/tests/tiup-cluster/test_scale_tiproxy.sh @@ -4,5 +4,5 @@ set -eu source script/scale_tiproxy.sh -echo "test scaling of tidb and tiproxy in cluster for version v8.1.0, via easy ssh" -scale_tiproxy v8.1.0 false false +echo "test scaling of tidb and tiproxy in cluster for version v8.2.0, via easy ssh" +scale_tiproxy v8.2.0 false false