From c9abff6e391cc653d4c40874ae61a95384c3af80 Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Mon, 9 Oct 2023 15:28:49 -0400 Subject: [PATCH] Missed a spot to update expected vtgate version Signed-off-by: Matt Lord --- 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 438bede6..23e1ff51 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 "16.0.4" +verifyVtGateVersion "16.0.5" checkSemiSyncSetup # Initially too durability policy should be specified verifyDurabilityPolicy "commerce" "semi_sync"