Commit Graph

14 Commits

Author SHA1 Message Date
Mathias Stearn
ae18bbec33 SERVER-17312 collmod command now handles parsing of all arguments
For the two currently supported engine-specific options, the collmod command
will handle parsing the arguments and tell the CollectionCatalogEntry to
update it's flags option.

This removes the ability of storage engines to have custom options that can
be changed after the collection is created. There were issues related to
argument validation and replication of changes (including for initial sync).
A correct solution will be designed as SERVER-17320.
2015-02-19 19:55:44 -05:00
Mark Benvenuto
c052295f3e SERVER-16186: newCollectionsUsePowerOf2Sizes should warn users it no longer works 2014-12-15 17:20:39 -05:00
Sam Helman
bf834456c3 TOOLS-450 some dumprestore js tests query system.indexes or system.namespaces directly
Closes #875

Signed-off-by: Benety Goh <benety@mongodb.com>
2014-12-10 16:18:57 -05:00
mike o'brien
609a1492d2 TOOLS-327 fix tests relying on --w to use --writeConcern 2014-11-21 20:52:32 -05:00
Adam Midvidy
a2512e3b7e SERVER-15979: Remove mmap_v1isms from tool suite
Signed-off-by: Ian Whalen <ian.whalen@gmail.com>
2014-11-05 19:16:58 -05:00
mike o'brien
9dac9ae4ae SERVER-15703 use w=1 for dumprestore test
Closes #830

Signed-off-by: Benety Goh <benety@mongodb.com>
2014-10-17 10:24:54 -04:00
Dan Pasette
686dd80d07 SERVER-14668 ignore empty options returned from listCollections in dumprestoreWithNoOptions.js 2014-10-08 11:09:30 -04:00
Randolph Tan
0dabee8227 SERVER-13741 Migrate remaining tests to use write commands 2014-05-15 14:04:11 -04:00
David Storch
7238072660 Revert "SERVER-13741 Migrate remaining tests to use write commands"
This reverts commit 87dc3ae516.
2014-05-06 19:00:56 -04:00
Randolph Tan
87dc3ae516 SERVER-13741 Migrate remaining tests to use write commands 2014-05-06 16:32:44 -04:00
Mathias Stearn
6d255ac017 SERVER-13680 Fix failing test 2014-04-29 11:11:16 -04:00
Eliot Horowitz
6718e33f5e SERVER:8412: re-write repairDatabase to use new constructs
to make clean, also fix Database::createColection
2014-02-18 23:11:00 -05:00
Eliot Horowitz
156acb6223 make sure to wait for results in test 2012-07-14 01:06:20 -04:00
Aaron Heckmann
e0b58b45dd SERVER-6366 - add test case 2012-07-12 10:33:10 -07:00