summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57173: Add distinction to oplog application when data is inconsistent.Daniel Gottlieb2021-05-272-8/+20
* SERVER-51330 SecondarySetWildcardIndexMultikeyOnInsert should prevent insert ...Louis Williams2021-03-181-6/+27
* Revert "SERVER-49468 Kill and throw when OperationContexts are overwritten"Judah Schvimer2021-03-091-15/+10
* SERVER-49468 Kill and throw when OperationContexts are overwrittenBen Caimano2021-03-081-10/+15
* SERVER-46826 Instantiate the JournalFlusher thread for inMemory and non-durab...Dianna Hohensee2021-02-231-1/+1
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2021-02-222-0/+3
* SERVER-40361 Don't store debug info once plan cache size grows largeDavid Storch2020-11-201-2/+4
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
* SERVER-47812 Secondaries persist wildcard multikeypaths out of orderBernard Gorman2020-10-192-14/+203
* SERVER-51120 Find queries with MERGE_SORT incorrectly sort the results when t...Mindaugas Malinauskas2020-10-041-7/+12
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-152-7/+7
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-09-081-31/+57
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-08-191-0/+2
* SERVER-48772 Correctly timestamp writes when dropping multiple indexesGregory Wlodarek2020-06-181-2/+83
* SERVER-48510 fix race in StorageTimestampTest::TimestampIndexOplogApplication...Benety Goh2020-06-011-4/+21
* SERVER-46722 Update primary createIndex oplog application dbtestMaria van Keulen2020-05-192-30/+43
* SERVER-46714 Only perform EMRC=false shutdown handling when EMRC=falseMaria van Keulen2020-05-191-0/+3
* SERVER-46721 Secondary readers should read at the no-overlap time instead of ...Louis Williams2020-05-191-2/+2
* SERVER-48010 Substitute ghost timestamp with no-op write in multi-statement t...Judah Schvimer2020-05-181-7/+15
* SERVER-47208 make tojson(BSONObj) match JavaScript JSON.stringify.Billy Donahue2020-05-081-0/+57
* SERVER-47635 remove index build from config.system.indexBuilds after completi...Benety Goh2020-05-081-2/+2
* SERVER-47635 add tests to check config.system.indexBuilds after completing in...Benety Goh2020-05-081-0/+58
* SERVER-46570 Remove the kCheckpoint ReadSource on the RecoveryUnitJamie Heppenstall2020-05-061-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-05-035-15/+13
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-05-011-1/+1
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-304-4/+4
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-302-9/+10
* SERVER-46659 Initial sync will startup two phase index builds during the coll...Gregory Wlodarek2020-04-302-12/+29
* SERVER-47605 Single-phase index builds should only check constraint violation...Louis Williams2020-04-241-0/+4
* SERVER-47219: Ensure downgrade_after_rollback_via_refetch only downgrades aft...Daniel Gottlieb2020-04-171-1/+2
* SERVER-46560 Make abort index build deterministicLouis Williams2020-04-155-23/+34
* SERVER-46557 Guarantees the commit quorum value gets persisted before start o...Suganthi Mani2020-04-151-0/+7
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-141-1/+1
* SERVER-43883: Enable WTs cursor copy mode for ASAN builds.Daniel Gottlieb2020-04-102-2/+2
* SERVER-46946 Optimize BtreeKeyGenerator::getKeys for non-multikey indexesAnton Korshunov2020-04-021-6/+6
* SERVER-46767 Provide a mapping from OperationKey to CursorID in the CursorMan...Nick Zolnierz2020-03-301-0/+111
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-264-20/+47
* Revert "SERVER-45692 add explicit RWC to inter-node commands (even if merely ...Kaloian Manassiev2020-03-244-47/+20
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-244-20/+47
* 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-161-0/+6
* SERVER-46666 Add extra validate logging for unit tests for debug proposesDianna Hohensee2020-03-132-7/+13
* 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