Skip to content

Commit

Permalink
update vitess version in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Feb 7, 2024
1 parent f9990b4 commit 49addc2
Show file tree
Hide file tree
Showing 3 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 @@ -103,7 +103,7 @@ killall kubectl
setupKubectlAccessForCI

get_started "operator-latest.yaml" "101_initial_cluster_backup.yaml"
verifyVtGateVersion "19.0.0"
verifyVtGateVersion "19.0.0-rc1"
checkSemiSyncSetup
takeBackup "commerce/-"
verifyListBackupsOutput
Expand Down
4 changes: 2 additions & 2 deletions test/endtoend/upgrade_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ killall kubectl
setupKubectlAccessForCI

get_started "operator.yaml" "101_initial_cluster.yaml"
verifyVtGateVersion "18.0.0"
verifyVtGateVersion "18.0.2"
checkSemiSyncSetup
# Initially too durability policy should be specified
verifyDurabilityPolicy "commerce" "semi_sync"
upgradeToLatest
verifyVtGateVersion "19.0.0"
verifyVtGateVersion "19.0.0-rc1"
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 "19.0.0"
verifyVtGateVersion "19.0.0-rc1"
checkSemiSyncSetup

# Check Vtadmin is setup
Expand Down

0 comments on commit 49addc2

Please sign in to comment.