From b20d9bcff720145b5489ab552ab9ca923f22a5fb Mon Sep 17 00:00:00 2001 From: djshow832 Date: Wed, 14 Aug 2024 18:22:48 +0800 Subject: [PATCH] try another version --- tests/tiup-cluster/test_scale_tiproxy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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