Commit Graph

8 Commits

Author SHA1 Message Date
Charlie Swanson
c15f4bb96d SERVER-18272 Update jstests to use allocatePort() instead of hard coding ports 2015-09-09 13:14:48 -04:00
Spencer T Brody
6ccb82c987 SERVER-17450 Standardize on a single way to start mongod in tests 2015-04-06 18:19:21 -04:00
Benety Goh
72975ae905 SERVER-15557 added "Storage options" section in --help output.
migraged dotted names of mmapv1 options from "storage" to "storage.mmapv1"
                 storage.mmapv1.directoryPerDB
                 storage.mmapv1.journal.commitIntervalMs
                 storage.mmapv1.journal.debugFlags
                 storage.mmapv1.nsSize
                 storage.mmapv1.preallocDataFiles
                 storage.mmapv1.quota.enforced
                 storage.mmapv1.quota.maxFilesPerDB
                 storage.mmapv1.smallFiles
                 storage.mmapv1.syncPeriodSecs
             dotted names (without the ".mmapv1" component) of mmapv1 options before migration
                 will still be accepted but a warning will be raised at startup.
2014-11-03 15:07:06 -05:00
Benety Goh
2e10439eba SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) mongod processes through the mongo shell 2013-10-29 13:11:41 -04:00
Shaun Verch
6fc951d492 SERVER-8510 Get rid of CmdLine struct and use new option handling style 2013-10-04 16:58:54 -04:00
A. Jesse Jiryu Davis
c481eb4987 More reliable test for SERVER-7430
Signed-off-by: Ian Whalen <ian.whalen@gmail.com>
2013-03-18 13:51:40 -04:00
A. Jesse Jiryu Davis
1039ebd0cb Disable test on 32-bit builds SERVER-7430
Signed-off-by: Ian Whalen <ian.whalen@gmail.com>
2013-03-13 14:18:31 -04:00
A. Jesse Jiryu Davis
ea0e9f0ae1 Include filename in warning about smallfiles SERVER-7430
Log message is like "info openExisting file size 16777216 but cmdLine.smallfiles=false: /data/db/filesize/dbname.0"

Signed-off-by: Ian Whalen <ian.whalen@gmail.com>
2013-03-13 10:52:08 -04:00