|
Ah, actually, tests might be passing "true" without a "/* waitForHealth */" comment.
It seems like there's exactly one test that uses it (the last one here):
$ git grep "start(.*,.*,.*,.*true" jstests/
|
jstests/noPassthrough/standalone_replication_recovery.js:node = rst.start(node, {noReplSet: true, setParameter: {logComponentVerbosity: logLevel}}, true);
|
jstests/sharding/shard_identity_rollback.js:priConn = replTest.start(priConn.nodeId, {shardsvr: '', waitForConnect: true}, true);
|
jstests/sslSpecial/x509_cluster_auth_rollover.js: const newNode = rst.start(nodeId, {}, true, true);
|
Going ahead and closing.
|