summaryrefslogtreecommitdiff
path: root/jstests/disk
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-192-18/+18
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-283-9/+4
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-0920-396/+381
|
* SERVER-22341 fix jslint errors in jstests/disk with eslint --fixMike Grundy2016-02-0510-19/+19
|
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-098-124/+148
|
* SERVER-18868 Check the exit code of the parallel shell.Max Hirschhorn2015-06-231-5/+11
| | | | | By default the await function returned by startParallelShell() asserts that the exit code is zero.
* SERVER-18201 Fix a missed variable declarationKaloian Manassiev2015-04-241-2/+3
| | | | This fails the test, because it is declared to 'use strict'
* SERVER-18201 Explicitly pass the port to the test shellKaloian Manassiev2015-04-241-36/+40
| | | | | While at it, I also put the test into a function so it doesn't change global variables.
* SERVER-17971 Make ShardingTest start single-server config servers as replica ↵Spencer T Brody2015-04-231-2/+1
| | | | sets
* 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-0615-58/+40
|
* SERVER-17652 Only run too_many_fds.js on 64-bit builds.Siyuan Zhou2015-03-191-16/+23
|
* SERVER-17652 open sockets before initializing storage engineEric Milkie2015-03-191-0/+22
|
* SERVER-16875: Add disk jstests for directoryperdb with wiredtigerSpencer Jackson2015-01-152-41/+148
|
* SERVER-16734 remove checkpointDelaySecs and use syncPeriodSecs insteadEric Milkie2015-01-081-24/+0
|
* SERVER-16711 Fix failing disk/diskfull.js suiteKaloian Manassiev2015-01-071-20/+0
|
* SERVER-16502: make getCollection const and not require an OpContextScott Hernandez2015-01-021-5/+3
|
* SERVER-16615: Fix mmapv1 repairDatabase for long db pathsSpencer Jackson2014-12-291-2/+29
|
* SERVER-16313 skip syncDelay option test on 32 bit platformsDan Pasette2014-12-171-13/+18
|
* SERVER-16313 whitelist of storage options for WiredTigerEric Milkie2014-12-171-0/+19
|
* SERVER-15269 db.shutdownServer terminates JS execution cleanlyKaloian Manassiev2014-11-211-25/+9
|
* SERVER-15557 added "Storage options" section in --help output.Benety Goh2014-11-032-5/+11
| | | | | | | | | | | | | | | migraged dotted names of mmapv1 options from "storage" to "storage.mmapv1" storage.mmapv1.directoryPerDB storage.mmapv1.journal.commitIntervalMs storage.mmapv1.journal.debugFlags storage.mmapv1.nsSize storage.mmapv1.preallocDataFiles storage.mmapv1.quota.enforced storage.mmapv1.quota.maxFilesPerDB storage.mmapv1.smallFiles storage.mmapv1.syncPeriodSecs dotted names (without the ".mmapv1" component) of mmapv1 options before migration will still be accepted but a warning will be raised at startup.
* SERVER-5520 do not check exit code when running mongod --repair in testBenety Goh2014-10-161-4/+2
|
* SERVER-14243 Fix the MMAP V1 file allocation logicKaloian Manassiev2014-10-101-37/+9
| | | | | * Adds a failpoint and updates the disk full error handling. * Updated the failing diskfull.js
* SERVER-15547 removed tests that rely on tools --dbpath optionBenety Goh2014-10-071-14/+0
|
* SERVER-14668 Move top-level locks (Global and Commit) to the Lock ManagerKaloian Manassiev2014-09-161-0/+4
| | | | | | | | o Adds the global and flush lock resources and begin/end transaction calls to delimit where lock acquisition would start and end. o Gets rid of the QLock and changes durability to use a single flush thread, which is activated when commit is requested.
* SERVER-9634 typo fixesVeres Lajos2014-06-091-1/+1
| | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-155-28/+27
|
* SERVER-13439 Make sure values explicitly set to false in config file show up ↵Shaun Verch2014-05-132-0/+25
| | | | in parsed result
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-065-27/+28
| | | | This reverts commit 87dc3ae516e1d12a632dc604710661e38ed7b3dd.
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-065-28/+27
|
* SERVER-13603 Move option testing support code into shared test helperShaun Verch2014-04-222-60/+9
|
* SERVER-13379 Canonicalize noIndexBuildRetry as storage.indexBuildRetryShaun Verch2014-03-281-0/+61
|
* SERVER-13379 Canonicalize noprealloc as storage.preallocDataFilesShaun Verch2014-03-281-0/+60
|
* SERVER-12409 db.coll.remove() shell helper requires a query predicateDan Pasette2014-02-051-1/+1
|
* SERVER-11462 use base name in tests where verifying filenames. also added ↵Benety Goh2013-11-012-11/+7
| | | | base name to listFiles() result
* SERVER-9579 fixed dbpath prefix for all smoke tests that start (multiple) ↵Benety Goh2013-10-2919-31/+31
| | | | mongod processes through the mongo shell
* SERVER-11051 Ignore non-existent databases reported by listDatabases in ↵Andy Schwerin2013-10-061-2/+7
| | | | disk/preallocate.js
* SERVER-11051 Ignore non-existent databases reported by listDatabases in ↵Andy Schwerin2013-10-051-2/+7
| | | | disk/newcollection.js.
* SERVER-8510 Get rid of CmdLine struct and use new option handling styleShaun Verch2013-10-041-1/+2
|
* SERVER-6405: we shouldn't over pre-allocate from a createCollectionEliot Horowitz2013-08-021-3/+3
|
* More reliable test for SERVER-7430A. Jesse Jiryu Davis2013-03-181-3/+1
| | | | Signed-off-by: Ian Whalen <ian.whalen@gmail.com>
* Disable test on 32-bit builds SERVER-7430A. Jesse Jiryu Davis2013-03-131-20/+25
| | | | Signed-off-by: Ian Whalen <ian.whalen@gmail.com>
* Include filename in warning about smallfiles SERVER-7430A. Jesse Jiryu Davis2013-03-131-0/+35
| | | | | | Log message is like "info openExisting file size 16777216 but cmdLine.smallfiles=false: /data/db/filesize/dbname.0" Signed-off-by: Ian Whalen <ian.whalen@gmail.com>
* SERVER-7451 - fix disk full test error checkingEliot Horowitz2012-12-181-3/+7
|
* SERVER-4295 List index build info in currentOpKristina2012-12-121-1/+1
|
* SERVER-7451: fix js tests that use getDBs().totalSizeBen Becker2012-12-102-6/+25
|
* SERVER-4237 Make disk/repair5.js use startMongodTest instead of ↵Spencer T Brody2012-10-051-1/+5
| | | | startMongoProgram so running with auth works
* SERVER-4237 Make directoryperdb.js use startMongodTest instead of ↵Spencer T Brody2012-09-281-2/+2
| | | | startMongoProgram so running with auth works
* try to make test a little more reliableEliot Horowitz2012-03-261-1/+3
|