summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45382 indexbg_restart_secondary.js should shutdown secondary normallyLouis Williams2020-01-181-109/+0
* SERVER-42037 Add requires_persistence to freeStorageSize jstestDaniel Ernst2020-01-141-1/+3
* SERVER-45201 fix index tests to avoid empty collection optimizationBenety Goh2020-01-131-0/+4
* SERVER-42037 Add freeListSize collection stat with scale supportDaniel Ernst2020-01-101-0/+43
* SERVER-44443 Use a large 'syncdelay' value in background_validation_checkpoin...Gregory Wlodarek2020-01-031-51/+0
* SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is presentKatherine Wu2019-12-171-0/+80
* SERVER-44475 Remove Query KnobJacob Evans2019-12-112-51/+42
* SERVER-44405 Use intent locks for collection creation via createIndexesMaria van Keulen2019-12-103-4/+151
* SERVER-42697 Add setParameter tcmallocReleaseRateHenrik Ingo2019-12-051-0/+23
* SERVER-43867 Move check_log.js inside src/mongo/shell/Vesselina Ratcheva2019-11-273-3/+0
* SERVER-44774 Check that scripting is enabled before evaluating javascript exp...Nicholas Zolnierz2019-11-271-0/+3
* SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheList...David Storch2019-11-261-27/+22
* SERVER-44822 update indexing tests to avoid slow op loggingBenety Goh2019-11-251-11/+15
* SERVER-44785 replace two_phase_index_builds_unsupported tag with active checkBenety Goh2019-11-221-1/+10
* SERVER-44467 Implement startup recovery for two-phase index buildsLouis Williams2019-11-211-16/+26
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-1/+10
* SERVER-44403 Allow creation attempts of existing indexes in transactionsMaria van Keulen2019-11-131-1/+0
* SERVER-44036 Test that existing index creation takes intent locksMaria van Keulen2019-11-051-0/+49
* SERVER-44358 Change modify_metadata_when_durable_catalog_entry_full.js to als...Gregory Wlodarek2019-11-011-1/+2
* SERVER-44053 Rename blocking sort memory limit to "internalQueryMaxBlockingSo...David Storch2019-10-231-6/+6
* SERVER-43639 fix tests to support two phase index buildsBenety Goh2019-10-101-2/+7
* SERVER-43823 Fail background validation if restartCatalog runs while validate...Gregory Wlodarek2019-10-071-0/+73
* SERVER-43644 Update 'validate' shell helper to use an object instead of a boo...Gregory Wlodarek2019-10-021-1/+1
* SERVER-43202 propagate errors from interrupts during yieldingIan Boros2019-10-011-0/+111
* SERVER-33601 Make sharding_migrate_large_docs.js, bulk_insert.js, and prefix_...Cheahuychou Mao2019-10-011-2/+1
* SERVER-43574 validate cmd must open oplog collection cursors before accessing...Dianna Hohensee2019-09-241-1/+14
* SERVER-43347 Do not validate the oplog collection with {background: true} on ...Gregory Wlodarek2019-09-161-1/+1
* SERVER-43134 Only run background validation on check-pointed tablesGregory Wlodarek2019-09-162-0/+54
* SERVER-43052 Sanitize writeConflictRetry loops for duplicate fields in resultEvgeni Dobranov2019-09-131-0/+48
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-131-0/+190
* SERVER-42761 Move feature_compatibility_version.js into src/mongo/shellJason Chan2019-09-091-1/+0
* SERVER-43147 Validating the Oplog collection with {background: true} should n...Gregory Wlodarek2019-09-061-0/+13
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-281-0/+24
* SERVER-42953 Prevent elections during ttl_repl_secondary_disabled.jsMaria van Keulen2019-08-221-9/+19
* Revert "SERVER-41947 Disallow using the system.views collection name as the s...Xiangyu Yao2019-08-191-24/+0
* SERVER-41947 Disallow using the system.views collection name as the source or...Xiangyu Yao2019-08-191-0/+24
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-1433-73/+75
* SERVER-41177 Remove Javascript ScopedThread classMathew Robinson2019-08-121-1/+1
* SERVER-42701 Test that basic database operations can be performed while the m...Gregory Wlodarek2019-08-091-0/+110
* SERVER-42740 If the 'top' command fails due to BSONObjectTooLarge in testing,...Gregory Wlodarek2019-08-092-3/+20
* Revert "SERVER-42701 Test that basic database operations can be performed whi...Gregory Wlodarek2019-08-091-109/+0
* SERVER-42614: Remove error code 17405 and use ErrorCodes::NotMaster insteadLingzhi Deng2019-08-081-19/+0
* SERVER-42701 Test that basic database operations can be performed while the m...Gregory Wlodarek2019-08-081-0/+109
* SERVER-42609 Fix query_oplogreplay test for ephemeralTest record storeXin Hao Zhang2019-08-021-11/+13
* SERVER-41874 Add shell option to skip cursor finalize.Siyuan Zhou2019-07-301-0/+49
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2755-2820/+2791
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-219/+238
* SERVER-38356 added functionality to forbid dropping the oplog, modified tests...Vishnu Kaushik2019-07-081-4/+19
* SERVER-41968 remove locks from IndexBuildTest.waitForIndexBuildToScanCollecti...Benety Goh2019-07-071-7/+1
* SERVER-41968 fix db.currentOp() query in index build tests to work with Index...Benety Goh2019-07-061-1/+7