summaryrefslogtreecommitdiff
path: root/jstests/mmap_v1
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-19593 snapshot default to collscan except when using MMAPv1Qingyang Chen2015-08-061-0/+23
|
* SERVER-18487 Add filter object to getCollectionInfos() shell helper.Max Hirschhorn2015-05-211-0/+5
|
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-3/+3
| | | | | | | | | | The showDiskLoc() shell helper is now an alias for showRecordId(). The server still accepts $showDiskLoc for OP_QUERY style find operations. For find command, the showDiskLoc argument has been renamed to showRecordId. Also renames the $diskLoc field returned in the resulting documents to $recordId. Unlike $diskLoc, the $recordId field reports a single 64 bit integer rather than separately reporting the high-order 32 bits and low-order 32 bits, which have MMAPv1-specific meaning of file and offset.
* SERVER-17450 Fix mmap dur tests to work on duroff buildersSpencer T Brody2015-04-072-2/+5
|
* SERVER-17450 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-062-6/+4
|
* SERVER-17312 collmod command now handles parsing of all argumentsMathias Stearn2015-02-191-5/+8
| | | | | | | | | | | 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.
* SERVER-16893 Disallow creation of v0 indexes with non-mmapv1 storage enginesalabid2015-01-231-0/+50
| | | | | | | | | Also moved jstests/tool/dumprestore6.js to jstests/mmapv1/dumprestore6.js since this JS test attempts to restore a v0 index Closes #914 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-16659 listColls/listIndexes: empty cursor obj no longer neededJason Rassi2015-01-151-1/+1
|
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-4/+2
|
* SERVER-16061: remove "text" commandMark Benvenuto2014-12-301-29/+0
|
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-161-7/+10
| | | | | | | As a temporary compatibility measure, the legacy behavior is preserved if the "cursor" option is not sent with the command. This compatibility layer will be removed as part of work for the parent ticket.
* SERVER-16186: newCollectionsUsePowerOf2Sizes should warn users it no longer ↵Mark Benvenuto2014-12-151-4/+0
| | | | works
* SERVER-16114 touch cmd returns an error when storage engine does not support itDan Pasette2014-11-251-0/+13
|
* SERVER-16248 Disable getIteratorForRepair in WiredTigerDan Pasette2014-11-201-0/+21
|
* BF-615: Reduce memory usage on 32-bit systems even moreGeert Bosch2014-10-301-1/+1
|
* SERVER-13635: noPassthroughWithMongod tests made genericEliot Horowitz2014-10-291-0/+37
|
* BF-615: Use smaller doc size in mmap test on 32-bitGeert Bosch2014-10-281-2/+5
|
* SERVER-13635: make some test storage engine agnosticEliot Horowitz2014-10-241-0/+51
|
* SERVER-15319 Fix stats.js for new pdfile versionMathias Stearn2014-10-191-1/+1
|
* SERVER-15273 Only quantize to exact bucket sizesMathias Stearn2014-10-174-86/+17
| | | | Prep for new freelist implementation.
* SERVER-13635: don't run dur_remove_old_journals.js on 32-bit platformsDan Pasette2014-10-161-41/+46
|
* SERVER-13635: move journal test to mmapv1 suiteDan Pasette2014-10-131-0/+52
|
* SERVER-13635: move mmapv1 specific test to right placeEliot Horowitz2014-10-111-0/+51
|
* SERVER-13951 ROLLBACK_ENABLED=1Mathias Stearn2014-10-031-1/+9
|
* SERVER-13635: move some tests that mmap specificEliot Horowitz2014-09-092-0/+143
|
* SERVER-13635: make all capped jstests genericEliot Horowitz2014-08-053-0/+196
|
* SERVER-1153: clean max handling in heap1 capped collectionEliot Horowitz2014-08-051-0/+29
|
* SERVER-13635: move mmapv1 specific capped testEliot Horowitz2014-08-053-0/+47
|
* SERVER-13635: move compact tests into mmap_v1Eliot Horowitz2014-08-013-0/+154
|
* SERVER-13635 SERVER-1153: fix collmod test to be genric and support in heap1Eliot Horowitz2014-08-011-0/+82
|
* SERVER-13635: make drop test work for generic storage engineEliot Horowitz2014-08-011-0/+25
|
* SERVER-13635: making more js tests work for generic storage engineEliot Horowitz2014-08-016-0/+165
|
* SERVER-13635: move mmap_v1 specific tests and make other genericEliot Horowitz2014-08-012-0/+92
|
* SERVER-13635: make extent test mmap_v1 onlyEliot Horowitz2014-07-291-0/+34
|
* SERVER-13635: move power of 2 test to mmap_v1Eliot Horowitz2014-07-291-0/+29
|
* SERVER-14352: move mmap_v1 specific tests to appropriate placeEliot Horowitz2014-07-292-0/+102
|
* SERVER-14378 SERVER-12517: make shell use listIndexes when available and ↵Eliot Horowitz2014-07-232-0/+46
start putting tests in mmap_v1