-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Server Tooling & Methods
It'd be nice to be able to do something like:
var minimumRequiredVersion = new Version("3.4"); if (MongoRunner.getBinVersionFor(otherParams.mongosOptions.binVersion) < minimumRequiredVersion) { // Configure the options specially to handle the legacy version, e.g. pass an additional option otherParams.mongosOptions.specialOptionForLegacy = true; }