summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46123 Make the dropDatabase command abort in-progress index buildsGregory Wlodarek2020-02-271-2/+2
* SERVER-45962 feature flag to opt out of new RSM implementationHaley Connelly2020-02-241-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-217-7/+0
* SERVER-45418 Avoid explicitly batching documents in $cursor for count-like ag...David Storch2020-02-192-10/+20
* SERVER-46015 Cleanup Pipeline parsing for aggregation stages with child pipel...Nicholas Zolnierz2020-02-191-1/+1
* SERVER-46122 Make the drop command abort in-progress index builds before drop...Gregory Wlodarek2020-02-191-14/+10
* SERVER-46108 Improvements to validate dbtest test failure debuggingDianna Hohensee2020-02-192-36/+61
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-137-33/+57
* SERVER-45048 Use hygienic builds in EvergreenMathew Robinson2020-02-131-1/+2
* SERVER-45454 Desugar where to expr + functionEric Cox2020-02-1311-76/+39
* SERVER-45918 Add SortStageSimple.David Storch2020-02-133-34/+37
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-112-0/+7
* SERVER-45931: Handle DBClientConnection connect and reconnect in NewOplogFetcherLingzhi Deng2020-02-063-92/+241
* 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