Skip to content

Commit

Permalink
Merge pull request #607 from planetscale/bump-latest-to-v22
Browse files Browse the repository at this point in the history
Bump expected latest vtgate version to v22
  • Loading branch information
frouioui authored Oct 8, 2024
2 parents 2af0270 + 2fac8bf commit 46bdeb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/endtoend/backup_restore_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ killall kubectl
setupKubectlAccessForCI

get_started "operator-latest.yaml" "101_initial_cluster_backup.yaml"
verifyVtGateVersion "21.0.0"
verifyVtGateVersion "22.0.0"
checkSemiSyncSetup
takeBackup "commerce/-"
verifyListBackupsOutput
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/backup_schedule_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ killall kubectl
setupKubectlAccessForCI

get_started "operator-latest.yaml" "101_initial_cluster_backup_schedule.yaml"
verifyVtGateVersion "21.0.0"
verifyVtGateVersion "22.0.0"
checkSemiSyncSetup
verifyListBackupsOutputWithSchedule

Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/upgrade_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ checkSemiSyncSetup
# Initially too durability policy should be specified
verifyDurabilityPolicy "commerce" "semi_sync"
upgradeToLatest
verifyVtGateVersion "21.0.0"
verifyVtGateVersion "22.0.0"
checkSemiSyncSetup
# After upgrading, we verify that the durability policy is still semi_sync
verifyDurabilityPolicy "commerce" "semi_sync"
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/vtorc_vtadmin_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ killall kubectl
setupKubectlAccessForCI

get_started_vtorc_vtadmin
verifyVtGateVersion "21.0.0"
verifyVtGateVersion "22.0.0"
checkSemiSyncSetup

# Check Vtadmin is setup
Expand Down

0 comments on commit 46bdeb4

Please sign in to comment.