summaryrefslogtreecommitdiff
path: root/jstests/disk
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38177 Fix --repair with --bind_ipJason Carey2019-01-151-1/+1
* SERVER-37078 Use awaitSecondaryNodes() instead of waitForState() to confirm a...Louis Williams2019-01-111-1/+1
* SERVER-37796 Always salvage WiredTiger metadata regardless of error code when...Louis Williams2018-11-291-2/+37
* SERVER-37784 Repairing the size storer should not fassertLouis Williams2018-11-201-2/+19
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-10-291-3/+3
* SERVER-35629 Use WiredTiger salvage API to repair corrupt metadataLouis Williams2018-09-202-1/+82
* SERVER-36761 Add requires_replication tag to repair_invalidates_replica_set_c...Louis Williams2018-09-201-1/+1
* SERVER-36768 Use namespace orphan for the recovered orphaned collectionsXiangyu Yao2018-09-182-2/+91
* SERVER-35782 Repair should move aside unsalvagable data files and create empt...Louis Williams2018-09-183-27/+160
* SERVER-35731 Prevent a repaired node from re-joining a replica setLouis Williams2018-09-184-2/+323
* SERVER-35630 Throw error message to run repair when detecting missing or corr...Xiangyu Yao2018-09-144-17/+230
* SERVER-32997 Implement instance level locking for mobile SESulabh Mahajan2018-07-051-1/+0
* SERVER-35627 Repair should recreate missing collection data files with the ex...Louis Williams2018-07-031-0/+154
* SERVER-25640 terminate processes in jstestsKevin Albertson2018-02-207-0/+12
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-082-0/+2
* SERVER-32675 Make jstest changes for Mobile SE Concurrency issuesSulabh Mahajan2018-02-011-0/+1
* SERVER-29669 parallelCollectionScan should always return a single cursor for ...Jason Chan2017-07-251-0/+71
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-1/+1
* SERVER-27549 Print message on intentional server crash.Robert Guo2017-05-234-12/+12
* SERVER-29000 Remove the miniwebserver and derivativesAndrew Morrow2017-04-271-1/+0
* SERVER-15749: Tag disk jstests that are mmap only. Run a disk_WT suite on tho...Daniel Gottlieb2017-02-0816-46/+125
* SERVER-27267 clean up after too_many_fds, and run disk suite seriallyEric Milkie2016-12-151-0/+5
* 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
* SERVER-18201 Fix a missed variable declarationKaloian Manassiev2015-04-241-2/+3
* SERVER-18201 Explicitly pass the port to the test shellKaloian Manassiev2015-04-241-36/+40
* SERVER-17971 Make ShardingTest start single-server config servers as replica ...Spencer T Brody2015-04-231-2/+1
* SERVER-17718 deprecate showDiskLoc()David Storch2015-04-091-1/+2
* 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
* 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
* 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
* SERVER-9634 typo fixesVeres Lajos2014-06-091-1/+1
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-155-28/+27