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 dbadb27 commit 87cd3e9Copy full SHA for 87cd3e9
e2e-tests/custom-replset-name/run
@@ -17,7 +17,7 @@ desc 'create first PSMDB cluster'
17
sc=$(kubectl get storageclass -o custom-columns=NAME:.metadata.name --no-headers=true | tail -n1)
18
yq eval '(.. | select(has("storageClassName")).storageClassName) = "'$sc'"' $test_dir/conf/$cluster.yml >${tmp_dir}/$cluster.yml
19
apply_cluster ${tmp_dir}/$cluster.yml
20
-wait_cluster_consistency $cluster
+wait_cluster_consistency $cluster 64
21
22
desc 'write data, read from all'
23
run_mongos \
0 commit comments