Skip to content

Commit 6230b5a

Browse files
committed
revert my fix, because Ege's fix works and mine is unnecessary
1 parent 5930516 commit 6230b5a

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} 64
45+
wait_cluster_consistency ${cluster}
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} 64
78+
wait_cluster_consistency ${cluster}
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)