summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46323 Update FCV constants throughout server code following 4.4 branchAli Mir2020-04-221-1/+1
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-202-12/+29
* SERVER-46772 Use IDL to represent UpdateRequestKatherine Wu2020-04-161-4/+8
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-1/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-144-4/+4
* SERVER-47416 Eliminate copies of KeyStringSet when possibleHenrik Edin2020-04-141-12/+11
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-142-9/+10
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-138-23/+23
* SERVER-47001 Added a pooled KeyString builder.Henrik Edin2020-04-102-8/+79
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-105-23/+34
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-091-0/+7
* SERVER-47349 Use flat_set instead of set for KeyStringSet and MultikeyPathsHenrik Edin2020-04-082-9/+9
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-1/+1
* SERVER-43883: Enable WTs cursor copy mode for ASAN builds.Daniel Gottlieb2020-04-062-2/+2
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-1/+0
* SERVER-41873 Remove most remaining uses of 'oplogReplay' flagDavid Storch2020-03-261-10/+10
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-241-0/+111
* SERVER-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-03-211-6/+6
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-172-0/+3
* SERVER-46843 Format ISO-8601 date time zone offset according to RFC 3339 Sect...Henrik Edin2020-03-161-2/+2
* SERVER-46406 Perf improvements in the logger.Henrik Edin2020-03-131-0/+6
* SERVER-21700 Do not relax constraints during steady state replication.Matthew Russotto2020-03-121-11/+23
* SERVER-46666 Add extra validate logging for unit tests for debug proposesDianna Hohensee2020-03-092-7/+13
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-054-20/+47
* SERVER-41060 Change query unit tests to not create multiple service contextsRuoxin Xu2020-03-051-2/+1
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-031-0/+13
* SERVER-46573 Make ReplicaSetMonitorTestConcurrent force replicaSetMonitorProt...Haley Connelly2020-03-032-5/+5
* SERVER-46410 Validate should check for duplicate keys in unique indexesLouis Williams2020-03-031-0/+160
* SERVER-46555 Fix ScanningReplicaSetMonitorDBTest PrimaryRemovedFromSetStress ...Haley Connelly2020-03-031-22/+12
* SERVER-46509 Change disableStreamableReplicaSetMonitor server parameter to an...Haley Connelly2020-03-032-4/+10
* SERVER-46492 Restore WhereMatchExpression for $where as defaultJames Wahlin2020-02-291-0/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-45406 Plumb ExpressionContext through PlanStageIan Boros2020-02-2826-353/+438
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-1/+2
* 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