summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44037 Removed the restartCatalog Cmd and all references to itAndrew Chen2020-02-051-24/+0
* SERVER-45468 Create a DBClientCursor in the new oplog fetcherSamyukta Lanka2020-02-042-8/+17
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-032-31/+1
* SERVER-41965 Change repair to only rebuild indexes on necessary collectionsDaniel Ernst2020-01-301-4/+22
* SERVER-45351 Record all indexing errors during simultaneous index builds for ...Louis Williams2020-01-302-4/+165
* SERVER-45431: Create new test fixture for OplogFetcherLingzhi Deng2020-01-231-2/+2
* SERVER-45347 Primaries should generate createIndexes oplog entry (single phas...Suganthi Mani2020-01-221-49/+21
* SERVER-45649: Initialize call/recv responses iterators in MockDBClientConnect...Lingzhi Deng2020-01-181-1/+6
* SERVER-40620 uassert and log when fetching dangling index entryJustin Seyster2020-01-171-1/+3
* SERVER-45603: Enhance MockDBClientConnection for OplogFetcher unit testingLingzhi Deng2020-01-173-11/+384
* SERVER-43276 Implement resume after network error functionality in Collection...Vesselina Ratcheva2020-01-162-1/+42
* SERVER-41333 Make safer for initial Sync and Shutdown to write the minValid d...Suganthi Mani2020-01-161-1/+1
* SERVER-45507 Add context around planning failuresCharlie Swanson2020-01-141-1/+59
* SERVER-45504 Unicode test in logv2 tests JSON formatterHenrik Edin2020-01-141-4/+4
* SERVER-45361 Sanitize random seeds for mongo shellBen Caimano2020-01-081-37/+1
* SERVER-45064 fix dbtest and unit tests to work with single phased index buildsBenety Goh2020-01-081-63/+118
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-8/+0
* SERVER-44517 Refactor exhaust cursors on top of isMaster code changesTess Avitabile2019-12-201-3/+1
* SERVER-44715 C++ Unit Tests cannot be filtered by test fileMark Benvenuto2019-12-181-0/+1
* SERVER-44623 Rework JSON generation from BSONObjHenrik Edin2019-12-181-113/+206
* SERVER-45057 make base64 encode/decode 22x/15x fasterBilly Donahue2019-12-181-5/+5
* SERVER-44405 Use intent locks for collection creation via createIndexesMaria van Keulen2019-12-101-2/+2
* SERVER-44060 Make stats contain un-started collections and databases.Matthew Russotto2019-12-022-1/+28
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-2618-224/+360
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-1/+1
* SERVER-43642 move IndexLegacy::adjustIndexSpecObject() into IndexCatalogImpl ...Benety Goh2019-11-221-0/+1
* SERVER-43000 Remove typedefs for vectors of OplogEntryA. Jesse Jiryu Davis2019-11-211-4/+4
* SERVER-44571 Documents involved in SERVER-44050 corruption scenario cannot be...Arun Banala2019-11-191-0/+4
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-1/+2
* SERVER-43275 Implement retry-on-network-error logic in cloners, except for qu...Matthew Russotto2019-11-071-1/+2
* SERVER-44453 Address several orphaned TODOs.David Storch2019-11-061-3/+3
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-062-37/+56
* SERVER-43269 Implement resumeAfterRecordId in CollectionScan and CollectionSc...Vesselina Ratcheva2019-11-041-0/+80
* SERVER-44359: Fix race between oplog visibility thread and timestamped insert...Lingzhi Deng2019-11-021-19/+14
* SERVER-44329 update StorageTimestampTests to work with two phase index buildsBenety Goh2019-11-011-27/+58
* SERVER-42508 Convert SessionsCollection to throw instead of return statusMarcos José Grillo Ramírez2019-10-301-21/+12
* SERVER-41464 setInitialSyncFlag() and clearInitialSyncFlag() should not be ca...Gregory Wlodarek2019-10-251-41/+36
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-1/+1
* SERVER-44053 Rename blocking sort memory limit to "internalQueryMaxBlockingSo...David Storch2019-10-232-7/+9
* SERVER-44121 MultiIndexBlock::drainBackgroundWrites() accepts drain yield policyBenety Goh2019-10-222-3/+10
* SERVER-43937 Allow MockDBClientConnection/MockDBServer to mock errors.Matthew Russotto2019-10-184-23/+31
* SERVER-43272 Implement getDatabaseInfos method (listDatabases) in DBClientVesselina Ratcheva2019-10-171-0/+57
* SERVER-43858: Relax database creation lock acquisition from MODE_X to MODE_IX.Daniel Gottlieb2019-10-172-17/+3
* SERVER-43399 Log more in DeleteOpIsIdBased testA. Jesse Jiryu Davis2019-10-161-20/+20
* SERVER-43908 Modify IndexConsistency hash-map keys to avoid hitting an invari...Gregory Wlodarek2019-10-151-0/+144
* SERVER-43885 Rename OplogApplierImpl methodsMihai Andrei2019-10-141-18/+19
* SERVER-36723 Push $limit beneath DocumentSourceCursor into the PlanStage layer.David Storch2019-10-101-35/+0
* SERVER-42560 Simplify passing of metadata between DocumentSource and PlanStageIan Boros2019-10-103-93/+131
* SERVER-42998 Make multiSyncApply non-configurableMihai Andrei2019-10-101-34/+76
* SERVER-39002 write abortIndexBuild oplog entry in same WUOW as index build cl...Benety Goh2019-10-091-0/+85