Skip to content

Commit 30498ab

Browse files
committed
Look for v24.0.0
Signed-off-by: Matt Lord <mattalord@gmail.com>
1 parent 7ccc6c7 commit 30498ab

8 files changed

Lines changed: 12 additions & 12 deletions

test/endtoend/backup_restore_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ setupKindCluster
6262
cd test/endtoend/operator || exit 1
6363

6464
get_started "operator-latest.yaml" "101_initial_cluster_backup.yaml"
65-
verifyVtGateVersion "24.0.0-rc1"
65+
verifyVtGateVersion "24.0.0"
6666
checkSemiSyncSetup
6767
checkMysqldExporterMetrics
6868
takeBackup "commerce/-"

test/endtoend/backup_schedule_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ setupKindCluster
3232
cd test/endtoend/operator || exit 1
3333

3434
get_started "operator-latest.yaml" "101_initial_cluster_backup_schedule.yaml"
35-
verifyVtGateVersion "24.0.0-rc1"
35+
verifyVtGateVersion "24.0.0"
3636
checkSemiSyncSetup
3737
checkMysqldExporterMetrics
3838
verifyListBackupsOutputWithSchedule

test/endtoend/backup_schedule_vtctldclient_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ setupKindCluster
116116
cd test/endtoend/operator || exit 1
117117

118118
get_started "operator-latest.yaml" "103_initial_cluster_vtctldclient_backup_schedule.yaml"
119-
verifyVtGateVersion "24.0.0-rc1"
119+
verifyVtGateVersion "24.0.0"
120120
verifyVtctldclientScheduleJobs
121121

122122
# Teardown

test/endtoend/hpa_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ setupKindCluster
3434
cd test/endtoend/operator || exit 1
3535

3636
get_started "operator-latest.yaml" "101_initial_cluster_autoscale.yaml"
37-
verifyVtGateVersion "24.0.0-rc1"
37+
verifyVtGateVersion "24.0.0"
3838
checkSemiSyncSetup
3939
checkMysqldExporterMetrics
4040

test/endtoend/operator/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7820,7 +7820,7 @@ spec:
78207820
fieldPath: metadata.name
78217821
- name: OPERATOR_NAME
78227822
value: vitess-operator
7823-
image: planetscale/vitess-operator:v2.16.0-rc1
7823+
image: planetscale/vitess-operator:v2.17.0-rc1
78247824
name: vitess-operator
78257825
resources:
78267826
limits:

test/endtoend/upgrade_test.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:v24.0.0-rc1-mysql80"
244-
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vtgate" 1 "image: vitess/lite:v24.0.0-rc1-mysql80"
245-
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vtorc" 1 "image: vitess/lite:v24.0.0-rc1-mysql80"
246-
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vttablet" 12 "image: vitess/lite:v24.0.0-rc1-mysql80"
243+
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vtctld" 1 "image: vitess/lite:v24.0.0-mysql80"
244+
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vtgate" 1 "image: vitess/lite:v24.0.0-mysql80"
245+
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vtorc" 1 "image: vitess/lite:v24.0.0-mysql80"
246+
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vttablet" 12 "image: vitess/lite:v24.0.0-mysql80"
247247

248248
verifyVtgateDeploymentStrategy
249249

@@ -272,7 +272,7 @@ checkMysqldExporterMetrics
272272
# Initially too durability policy should be specified
273273
verifyDurabilityPolicy "commerce" "semi_sync"
274274
upgradeToLatest
275-
verifyVtGateVersion "24.0.0-rc1"
275+
verifyVtGateVersion "24.0.0"
276276
verifyResourceSpec
277277
checkSemiSyncSetup
278278
checkMysqldExporterMetrics

test/endtoend/vtorc_vtadmin_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ setupKindCluster
173173
cd test/endtoend/operator || exit 1
174174

175175
get_started_vtorc_vtadmin
176-
verifyVtGateVersion "24.0.0-rc1"
176+
verifyVtGateVersion "24.0.0"
177177
checkSemiSyncSetup
178178

179179
# Check Vtadmin is setup

tools/get-e2e-test-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040
if ! command -v vtctldclient &> /dev/null
4141
then
4242
echo "Downloading vtctldclient..."
43-
version=21.0.0-rc1
43+
version=24.0.0
4444
file=vitess-${version}-7908b43.tar.gz
4545
wget -q https://github.com/vitessio/vitess/releases/download/v${version}/${file}
4646
tar -xzf ${file}

0 commit comments

Comments
 (0)