The signature of the MongoDbRunner.Start changed to have the data file path as the second position, and because of its default nature, this causes people using this param currently to silently start passing it as the first position.
c3cf907#diff-6d23e8d4af4d1612bdb0bbe25330c40bR32
This should be reversed to keep from tripping people up.
The signature of the
MongoDbRunner.Startchanged to have the data file path as the second position, and because of its default nature, this causes people using this param currently to silently start passing it as the first position.c3cf907#diff-6d23e8d4af4d1612bdb0bbe25330c40bR32
This should be reversed to keep from tripping people up.