Skip to content

Commit bae7589

Browse files
committed
Update wait_cluster_consistency to include a timeout value of 64 in demand-backup-physical-sharded script
1 parent 22a9e19 commit bae7589

File tree

1 file changed

+2
-2
lines changed
  • e2e-tests/demand-backup-physical-sharded

1 file changed

+2
-2
lines changed

e2e-tests/demand-backup-physical-sharded/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ run_recovery_check() {
4242
exit 1
4343
fi
4444
echo
45-
wait_cluster_consistency ${cluster}
45+
wait_cluster_consistency ${cluster} 64
4646
compare_mongos_cmd "find" "myApp:myPass@${cluster}-mongos.${namespace}" "-sharded"
4747
echo
4848
set -o xtrace
@@ -75,7 +75,7 @@ echo "check if all pods started"
7575
wait_for_running ${cluster}-rs0 3
7676
wait_for_running ${cluster}-cfg 3
7777
wait_for_running ${cluster}-mongos 3
78-
wait_cluster_consistency ${cluster}
78+
wait_cluster_consistency ${cluster} 64
7979

8080
lbEndpoint=$(kubectl_bin get svc $cluster-mongos -o=jsonpath='{.status}' |
8181
jq -r 'select(.loadBalancer != null and .loadBalancer.ingress != null and .loadBalancer.ingress != []) | .loadBalancer.ingress[0][]')

0 commit comments

Comments
 (0)