File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
e2e-tests/demand-backup-physical-sharded Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ run_recovery_check() {
42
42
exit 1
43
43
fi
44
44
echo
45
- wait_cluster_consistency ${cluster} 64
45
+ wait_cluster_consistency ${cluster}
46
46
compare_mongos_cmd " find" " myApp:myPass@${cluster} -mongos.${namespace} " " -sharded"
47
47
echo
48
48
set -o xtrace
@@ -75,7 +75,7 @@ echo "check if all pods started"
75
75
wait_for_running ${cluster} -rs0 3
76
76
wait_for_running ${cluster} -cfg 3
77
77
wait_for_running ${cluster} -mongos 3
78
- wait_cluster_consistency ${cluster} 64
78
+ wait_cluster_consistency ${cluster}
79
79
80
80
lbEndpoint=$( kubectl_bin get svc $cluster -mongos -o=jsonpath=' {.status}' |
81
81
jq -r ' select(.loadBalancer != null and .loadBalancer.ingress != null and .loadBalancer.ingress != []) | .loadBalancer.ingress[0][]' )
You can’t perform that action at this time.
0 commit comments