summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47713 Change Expression code to remove intrusive ExpressionContextJacob Evans2020-05-161-1/+1
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-121-2/+2
* SERVER-47091 Make ReplSetConfig and MemberConfig immutableMatthew Russotto2020-05-123-5/+7
* SERVER-48010 Substitute ghost timestamp with no-op write in multi-statement t...Judah Schvimer2020-05-121-7/+15
* SERVER-47208 make tojson(BSONObj) match JavaScript JSON.stringify.Billy Donahue2020-05-081-0/+57
* SERVER-38961 remove IndexBuildsCoordinator::supportsTwoPhaseIndexBuild()Benety Goh2020-05-071-92/+29
* SERVER-47635 remove index build from config.system.indexBuilds after completi...Benety Goh2020-05-061-2/+2
* SERVER-47635 add tests to check config.system.indexBuilds after completing in...Benety Goh2020-05-061-0/+58
* SERVER-46570 Remove the kCheckpoint ReadSource on the RecoveryUnitJamie Heppenstall2020-05-051-2/+2
* SERVER-41068 remove map_util.hBilly Donahue2020-05-021-2/+2
* SERVER-47090 Create IDL for ReplSetConfigMatthew Russotto2020-04-301-1/+1
* SERVER-46714 Only perform EMRC=false shutdown handling when EMRC=falseMaria van Keulen2020-04-271-0/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-265-15/+13
* SERVER-25023 Allow multiple indexes on the same fields with different partial...Bernard Gorman2020-04-252-5/+18
* SERVER-46722 Update primary createIndex oplog application dbtestMaria van Keulen2020-04-242-29/+43
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-231-0/+4
* 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