From 59d4763f035f6bd0a1cc19df471eac04948b49e8 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Tue, 23 Jul 2024 10:24:58 -0600 Subject: [PATCH] Use proper version increment in the tests Signed-off-by: Florent Poinsard --- test/endtoend/backup_restore_test.sh | 2 +- test/endtoend/backup_schedule_test.sh | 2 +- test/endtoend/upgrade_test.sh | 2 +- test/endtoend/vtorc_vtadmin_test.sh | 2 +- tools/get-e2e-test-deps.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/endtoend/backup_restore_test.sh b/test/endtoend/backup_restore_test.sh index e0f3bcad..3bcd5b1f 100755 --- a/test/endtoend/backup_restore_test.sh +++ b/test/endtoend/backup_restore_test.sh @@ -108,7 +108,7 @@ killall kubectl setupKubectlAccessForCI get_started "operator-latest.yaml" "101_initial_cluster_backup.yaml" -verifyVtGateVersion "20.0.0" +verifyVtGateVersion "20.0.1" checkSemiSyncSetup takeBackup "commerce/-" verifyListBackupsOutput diff --git a/test/endtoend/backup_schedule_test.sh b/test/endtoend/backup_schedule_test.sh index 2a65dc7c..4c01e6f2 100755 --- a/test/endtoend/backup_schedule_test.sh +++ b/test/endtoend/backup_schedule_test.sh @@ -79,7 +79,7 @@ killall kubectl setupKubectlAccessForCI get_started "operator-latest.yaml" "101_initial_cluster_backup_schedule.yaml" -verifyVtGateVersion "20.0.0" +verifyVtGateVersion "20.0.1" checkSemiSyncSetup verifyListBackupsOutputWithSchedule diff --git a/test/endtoend/upgrade_test.sh b/test/endtoend/upgrade_test.sh index b1126d54..dfb2a504 100755 --- a/test/endtoend/upgrade_test.sh +++ b/test/endtoend/upgrade_test.sh @@ -250,7 +250,7 @@ checkSemiSyncSetup # Initially too durability policy should be specified verifyDurabilityPolicy "commerce" "semi_sync" upgradeToLatest -verifyVtGateVersion "20.0.0" +verifyVtGateVersion "20.0.1" checkSemiSyncSetup # After upgrading, we verify that the durability policy is still semi_sync verifyDurabilityPolicy "commerce" "semi_sync" diff --git a/test/endtoend/vtorc_vtadmin_test.sh b/test/endtoend/vtorc_vtadmin_test.sh index 91767fb5..45dfe726 100755 --- a/test/endtoend/vtorc_vtadmin_test.sh +++ b/test/endtoend/vtorc_vtadmin_test.sh @@ -242,7 +242,7 @@ killall kubectl setupKubectlAccessForCI get_started_vtorc_vtadmin -verifyVtGateVersion "20.0.0" +verifyVtGateVersion "20.0.1" checkSemiSyncSetup # Check Vtadmin is setup diff --git a/tools/get-e2e-test-deps.sh b/tools/get-e2e-test-deps.sh index 0d034f9f..0f8df5df 100755 --- a/tools/get-e2e-test-deps.sh +++ b/tools/get-e2e-test-deps.sh @@ -40,7 +40,7 @@ fi if ! command -v vtctldclient &> /dev/null then echo "Downloading vtctldclient..." - version=20.0.0-rc1 + version=20.0.1 file=vitess-${version}-7e8c974.tar.gz wget https://github.com/vitessio/vitess/releases/download/v${version}/${file} tar -xzf ${file}