Skip to content

Commit 1093d86

Browse files
committed
Upgrade test fixes
Signed-off-by: Matt Lord <mattalord@gmail.com>
1 parent 8063840 commit 1093d86

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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:mysql80"
244-
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vtgate" 1 "image: vitess/lite:mysql80"
245-
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vtorc" 1 "image: vitess/lite:mysql80"
246-
checkPodSpecBySelectorWithTimeout example "planetscale.com/component=vttablet" 12 "image: vitess/lite:mysql80"
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"
247247

248248
verifyVtgateDeploymentStrategy
249249

@@ -266,7 +266,7 @@ setupKindCluster
266266
cd test/endtoend/operator || exit 1
267267

268268
get_started "operator.yaml" "101_initial_cluster.yaml"
269-
verifyVtGateVersion "23.0.0"
269+
verifyVtGateVersion "23.0.3"
270270
checkSemiSyncSetup
271271
checkMysqldExporterMetrics
272272
# Initially too durability policy should be specified

0 commit comments

Comments
 (0)