From 30aea85c4013b865c858f6baa5f2cd7ab45dc127 Mon Sep 17 00:00:00 2001 From: Florent Poinsard Date: Thu, 13 Jun 2024 12:29:21 -0600 Subject: [PATCH] Use proper version in upgrade_test.sh Signed-off-by: Florent Poinsard --- test/endtoend/upgrade_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/endtoend/upgrade_test.sh b/test/endtoend/upgrade_test.sh index 57a1ecc5..66b898a6 100755 --- a/test/endtoend/upgrade_test.sh +++ b/test/endtoend/upgrade_test.sh @@ -245,7 +245,7 @@ killall kubectl setupKubectlAccessForCI get_started "operator.yaml" "101_initial_cluster.yaml" -verifyVtGateVersion "20.0.0" +verifyVtGateVersion "20.0.0-rc1" checkSemiSyncSetup # Initially too durability policy should be specified verifyDurabilityPolicy "commerce" "semi_sync"