summaryrefslogtreecommitdiff
path: root/jstests/disk/quota2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-24/+23
|
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-1/+2
| | | | | | | | | | 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 Standardize on a single way to start mongod in testsSpencer T Brody2015-04-061-4/+1
|
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-151-8/+8
|
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-8/+8
| | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd.
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-8/+8
|
* SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) ↵Benety Goh2013-10-291-2/+2
| | | | mongod processes through the mongo shell
* update quotaFiles tests to account for -1 in command line parsingAaron2011-09-131-3/+1
|
* SERVER-3420 testAaron2011-07-311-0/+38