We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddcdd4 commit fbc74b9Copy full SHA for fbc74b9
1 file changed
stackgres-k8s/e2e/spec/sharded-backup-ddp
@@ -15,7 +15,7 @@ e2e_test_install() {
15
create_or_replace_sharded_cluster "$CLUSTER_NAME" "$CLUSTER_NAMESPACE" "3" "2"
16
17
wait_pods_running "$CLUSTER_NAMESPACE" 7
18
- wait_sharded_cluster "$CLUSTER_NAME" "$CLUSTER_NAMESPACE"
+ SWITCHOVER_TO_FIRST=true wait_sharded_cluster "$CLUSTER_NAME" "$CLUSTER_NAMESPACE"
19
20
create_mock_data
21
@@ -213,7 +213,7 @@ check_restore_sharded_backup_is_working() {
213
try_function wait_pods_running "$CLUSTER_NAMESPACE" 7
214
if "$RESULT"
215
then
216
- try_function wait_sharded_cluster "$CLUSTER_NAME" "$CLUSTER_NAMESPACE"
+ SWITCHOVER_TO_FIRST=true try_function wait_sharded_cluster "$CLUSTER_NAME" "$CLUSTER_NAMESPACE"
217
fi
218
219
0 commit comments