Skip to content

Commit

Permalink
Update expected vtgate version
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Jul 28, 2023
1 parent 66a6329 commit 70e064f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 "15.0.3"
verifyVtGateVersion "15.0.4"
checkSemiSyncSetup
takeBackup "commerce/-"
takedownShard
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 @@ -236,7 +236,7 @@ checkSemiSyncSetup
# Initially no durability policy is specified
verifyDurabilityPolicy "commerce" ""
upgradeToLatest
verifyVtGateVersion "15.0.3"
verifyVtGateVersion "15.0.4"
checkSemiSyncSetup
# After upgrading, we set the durability policy to 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 @@ -231,7 +231,7 @@ killall kubectl
setupKubectlAccessForCI

get_started_vtorc_vtadmin
verifyVtGateVersion "15.0.3"
verifyVtGateVersion "15.0.4"
checkSemiSyncSetup

# Check Vtadmin is setup
Expand Down

0 comments on commit 70e064f

Please sign in to comment.