Skip to content

Commit

Permalink
Merge pull request #482 from planetscale/r2.11-main
Browse files Browse the repository at this point in the history
update to new vitess snapshot release for main
  • Loading branch information
harshit-gangal authored Oct 4, 2023
2 parents a7749b5 + 82e75eb commit 3c77328
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 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 "18.0.0"
verifyVtGateVersion "19.0.0"
checkSemiSyncSetup
takeBackup "commerce/-"
verifyListBackupsOutput
Expand Down
12 changes: 6 additions & 6 deletions test/endtoend/operator/101_initial_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ metadata:
name: example
spec:
images:
vtctld: vitess/lite:v17.0.2
vtgate: vitess/lite:v17.0.2
vttablet: vitess/lite:v17.0.2
vtorc: vitess/lite:v17.0.2
vtbackup: vitess/lite:v17.0.2
vtctld: vitess/lite:v18.0.0-rc1
vtgate: vitess/lite:v18.0.0-rc1
vttablet: vitess/lite:v18.0.0-rc1
vtorc: vitess/lite:v18.0.0-rc1
vtbackup: vitess/lite:v18.0.0-rc1
mysqld:
mysql80Compatible: vitess/lite:v17.0.2
mysql80Compatible: vitess/lite:v18.0.0-rc1
mysqldExporter: prom/mysqld-exporter:v0.11.0
cells:
- name: zone1
Expand Down
2 changes: 1 addition & 1 deletion test/endtoend/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6357,7 +6357,7 @@ spec:
fieldPath: metadata.name
- name: OPERATOR_NAME
value: vitess-operator
image: planetscale/vitess-operator:v2.10.2
image: planetscale/vitess-operator:v2.11.0-rc1
name: vitess-operator
resources:
limits:
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 "17.0.2"
verifyVtGateVersion "18.0.0-rc1"
checkSemiSyncSetup
# Initially too durability policy should be specified
verifyDurabilityPolicy "commerce" "semi_sync"
upgradeToLatest
verifyVtGateVersion "18.0.0"
verifyVtGateVersion "19.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 "18.0.0"
verifyVtGateVersion "19.0.0"
checkSemiSyncSetup

# Check Vtadmin is setup
Expand Down

0 comments on commit 3c77328

Please sign in to comment.