Skip to content

Commit 3042a3e

Browse files
committed
e2e: fix dbops-minor-version-upgrade
1 parent 4dd299c commit 3042a3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stackgres-k8s/e2e/spec/abstract/dbops-minor-version-upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ reset_cluster() {
2323
--set-string cluster.postgres.version="$E2E_MINOR_SOURCE_POSTGRES_VERSION"
2424

2525
wait_pods_running "$CLUSTER_NAMESPACE" 3
26-
wait_cluster "$CLUSTER_NAME" "$CLUSTER_NAMESPACE"
26+
SWITCHOVER_TO_FIRST=true wait_cluster "$CLUSTER_NAME" "$CLUSTER_NAMESPACE"
2727

2828
set_restarted_pods
2929

0 commit comments

Comments
 (0)