0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-28 16:24:56 +01:00
Commit Graph

7 Commits

Author SHA1 Message Date
Robert Guo
608cdcd960 SERVER-23730 better handling of partial indexes in validate() 2016-04-15 22:11:57 -04:00
Robert Guo
5025aae289 SERVER-7326 disable validation hook on fuzzer suites 2016-04-14 14:23:27 -04:00
Robert Guo
bd9278cec9 SERVER-23402 add validation and dbhash hooks to jstestfuzz mmapv1 2016-04-07 11:29:35 -04:00
Robert Guo
8ab8e32549 SERVER-21440 run jstestfuzz mmapv1 with smaller files 2015-11-20 18:24:43 -05:00
David Storch
df2a33f997 SERVER-20067 SERVER-19572 set readMode in shell based on wire version
"compatibility" readMode now causes the shell to detect whether or not
to use find/getMore commands based on wire version. "commands" mode
forces use of the find/getMore commands, and "legacy" mode forces uses
of legacy OP_QUERY/OP_GET_MORE reads.

Also configures tests to force use of "commands" or "legacy" mode as
appropriate.
2015-09-30 13:25:15 -04:00
Max Hirschhorn
53f0b88ef9 SERVER-20475 Add --preallocJournal option to resmoke.py.
Defaults to off.
2015-09-21 09:06:22 -04:00
J Delaney
da03c5f444 SERVER-19413 Add resmoke suite for jstestfuzz
Closes #1002.

Signed-off-by: Max Hirschhorn <max.hirschhorn@mongodb.com>
2015-07-16 00:30:27 -04:00