-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: JavaScript
-
None
-
Fully Compatible
-
ALL
-
Sharding 11 (03/11/16), Sharding 12 (04/01/16)
-
0
In empty_cluster_init.js we start up 3 mongoses but only confirm that the third one is actually started up. This can cause failures when we try to stop the mongoses if one of them has not successfully started up yet. confirming that we can connect to all three should fix the issue. If there's a startup issue, this will also illuminate that rather than making a startup issue appear as a stopping issue.