File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ setupKindCluster
2929cd test/endtoend/operator || exit 1
3030
3131get_started " operator-latest.yaml" " 101_initial_cluster_backup.yaml"
32- verifyVtGateVersion " 23.0.0-rc2 "
32+ verifyVtGateVersion " 23.0.0"
3333checkSemiSyncSetup
3434takeBackup " commerce/-"
3535verifyListBackupsOutput
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ setupKindCluster
3232cd test/endtoend/operator || exit 1
3333
3434get_started " operator-latest.yaml" " 101_initial_cluster_backup_schedule.yaml"
35- verifyVtGateVersion " 23.0.0-rc2 "
35+ verifyVtGateVersion " 23.0.0"
3636checkSemiSyncSetup
3737verifyListBackupsOutputWithSchedule
3838
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ setupKindCluster
3434cd test/endtoend/operator || exit 1
3535
3636get_started " operator-latest.yaml" " 101_initial_cluster_autoscale.yaml"
37- verifyVtGateVersion " 23.0.0-rc2 "
37+ verifyVtGateVersion " 23.0.0"
3838checkSemiSyncSetup
3939
4040verifyHpaCount 0
Original file line number Diff line number Diff line change @@ -240,10 +240,10 @@ function upgradeToLatest() {
240240 checkPodStatusWithTimeout " example-vttablet-zone1(.*)3/3(.*)Running(.*)" 3
241241
242242 # Wait for the cluster spec changes to take effect
243- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtctld" 1 " image: vitess/lite:v23.0.0-rc2 "
244- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtgate" 1 " image: vitess/lite:v23.0.0-rc2 "
245- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtorc" 1 " image: vitess/lite:v23.0.0-rc2 "
246- checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vttablet" 12 " image: vitess/lite:v23.0.0-rc2 "
243+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtctld" 1 " image: vitess/lite:v23.0.0"
244+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtgate" 1 " image: vitess/lite:v23.0.0"
245+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vtorc" 1 " image: vitess/lite:v23.0.0"
246+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vttablet" 12 " image: vitess/lite:v23.0.0"
247247
248248 verifyVtgateDeploymentStrategy
249249
@@ -271,7 +271,7 @@ checkSemiSyncSetup
271271# Initially too durability policy should be specified
272272verifyDurabilityPolicy " commerce" " semi_sync"
273273upgradeToLatest
274- verifyVtGateVersion " 23.0.0-rc2 "
274+ verifyVtGateVersion " 23.0.0"
275275verifyResourceSpec
276276checkSemiSyncSetup
277277# After upgrading, we verify that the durability policy is still semi_sync
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ setupKindCluster
173173cd test/endtoend/operator || exit 1
174174
175175get_started_vtorc_vtadmin
176- verifyVtGateVersion " 23.0.0-rc2 "
176+ verifyVtGateVersion " 23.0.0"
177177checkSemiSyncSetup
178178
179179# Check Vtadmin is setup
You can’t perform that action at this time.
0 commit comments