You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| egrep -v 'I NETWORK|W NETWORK|Error saving history file|Percona Server for MongoDB|connecting to:|Unable to reach primary for set|Implicit session:|versions do not match|Error saving history file:|bye' \
Copy file name to clipboardExpand all lines: e2e-tests/serviceless-external-nodes/run
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,8 @@ cat $tmp_dir/psmdb.yaml \
46
46
47
47
wait_cluster_consistency ${cluster}
48
48
49
+
# waiting the config will be ready.
50
+
sleep 30
49
51
run_mongo 'rs.status().members.forEach(function(z){printjson(z.name);printjson(z.stateStr); })'"clusterAdmin:clusterAdmin123456@${cluster}-rs0-0.${cluster}-rs0.${namespace}""mongodb"| egrep -v 'I NETWORK|W NETWORK|Error saving history file|Percona Server for MongoDB|connecting to:|Unable to reach primary for set|Implicit session:|versions do not match|Error saving history file:|bye'>"$tmp_dir/rs.txt"
0 commit comments