-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
Query 16 (06/24/16)
-
0
SERVER-23474 made it so that MongoRunner.runMongoTool() would apply a --dialTimeout of 30 seconds if none was specified. The dial timeout causes the tool to try connecting for the specified time, which is useful for avoiding spurious test failures on resource-constrained test machines. We should change all places a mongo tool is invoked to call MongoRunner.runMongoTool() in order to take advantage of this.