-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
TIG 2017-09-11, TIG 2017-10-02
When you go from "resmoke --suite=SUITE -j12" to "resmoke --suite=SUITE jstests/THE/FAILING/TEST.js" is it easy to forget to remove the -j12. The causes resmoke to spend a lot of extra time starting up servers/clusters that will never be used. This can also happen if SUITE has fewer tests than the -j value.