Commit Graph

19 Commits

Author SHA1 Message Date
Kevin Pulo
0c8b0d57c7 SERVER-12746: Fix assert() calls with constant-value args
These calls were mostly mistakes that should have been assert.eq().

assert() will now trip if passed a non-string msg, or too many params.
2015-10-30 20:35:28 +11:00
Max Hirschhorn
610fab503c SERVER-17861 Change the default storage engine to wiredTiger.
WiredTiger is used as the default storage engine if the dbpath does
not contain any data files. Otherwise, the storage engine specified
in the storage.bson metadata file is used when the --storageEngine
flag is omitted from the command line invocation.
2015-05-28 12:15:47 -04:00
Max Hirschhorn
12d9dea191 Revert "SERVER-17861 Change the default storage engine to wiredTiger."
This reverts commit a335b35b2e.
2015-05-27 08:49:03 -04:00
Max Hirschhorn
a335b35b2e SERVER-17861 Change the default storage engine to wiredTiger.
WiredTiger is used as the default storage engine if the dbpath does
not contain any data files. Otherwise, the storage engine specified
in the storage.bson metadata file is used when the --storageEngine
flag is omitted from the command line invocation.
2015-05-26 20:27:50 -04:00
Max Hirschhorn
841c50f3e7 Revert "SERVER-17861 Change the default storage engine to wiredTiger."
This reverts commit 38862aaa17.
2015-05-22 09:04:55 -04:00
Max Hirschhorn
38862aaa17 SERVER-17861 Change the default storage engine to wiredTiger.
WiredTiger is used as the default storage engine if the dbpath does
not contain any data files. Otherwise, the storage engine specified
in the storage.bson metadata file is used when the --storageEngine
flag is omitted from the command line invocation.
2015-05-21 21:03:59 -04:00
Dan Pasette
ae7a1a999b SERVER-16275 fix multiVersion jstests to accommodate new field in colstats 2015-01-12 12:34:32 -05:00
Siyuan Zhou
f18c1a14b4 SERVER-16580 Remove deprecated system collection references in JS tests 2015-01-09 18:40:56 -05:00
Eric Milkie
784c8b1efa SERVER-16245 fix multiversion tests 2014-12-23 16:40:12 -05:00
Eric Milkie
fcd9920dc5 SERVER-16245 fix multiversion tests 2014-12-23 13:23:05 -05:00
Eric Milkie
0e9f78133f SERVER-16245 clean up index stat display 2014-12-23 12:38:51 -05:00
Mathias Stearn
08319d6885 SERVER-15273 Only quantize to exact bucket sizes
Prep for new freelist implementation.
2014-10-17 20:33:13 -04:00
Dan Pasette
1ab6fa5f26 SERVER-13635: remove maxSize from multiVersion stats comparison tests 2014-10-09 14:47:40 -04:00
Shaun Verch
b208bb85e8 SERVER-14231 Added sharding support to multiversion dumprestore test 2014-06-11 18:12:43 -04:00
daveh86
0e224f9a0f SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"
Includes both the initial patch to remove all throws and patches for all failing tests

Signed-off-by: Benety Goh <benety@mongodb.com>
2014-05-22 09:17:09 -04:00
Eliot Horowitz
65d3507f55 SERVER-13638: remove system flags from NamespaceDetails 2014-05-05 13:47:39 -04:00
Shaun Verch
6adfd0c4a9 Added multiversion testing for dump/restore to direct data files 2014-02-10 14:48:54 -05:00
Shaun Verch
29f796ddd8 Explicitly set usePowerOf2Sizes 2014-01-23 14:43:53 -08:00
Shaun Verch
92cf0713b7 Multiversion testing for mongodump and mongorestore 2014-01-22 17:33:29 -08:00