summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39002 MultiIndexBlock::cleanUpAfterBuild() accepts a post-catalog upda...Benety Goh2019-10-085-10/+27
* SERVER-43273 Add UUID support to count and getIndexSpecs in DBClientVesselina Ratcheva2019-10-079-42/+111
* SERVER-43015 ReplicaSetMonitor should timeout waiters upon rescanBen Caimano2019-10-041-184/+0
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-032-3/+1
* SERVER-43651 Move fillWriterVectors, multiSyncApply, and syncApply to OplogAp...Mihai Andrei2019-10-022-8/+6
* SERVER-43367 unittest framework refactor/fixesBilly Donahue2019-10-0236-158/+197
* SERVER-42974 Validate should work with KeyString instead of BSON where possibleGregory Wlodarek2019-10-011-61/+0
* SERVER-42182 Reimplement SortStage in terms of SortExecutor.David Storch2019-10-011-6/+18
* SERVER-43691 Make repltests.cpp tests independentA. Jesse Jiryu Davis2019-10-011-5/+5
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-013-9/+9
* SERVER-43323 All replicated index builds should write startIndexBuildLouis Williams2019-09-301-2/+10
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-3014-63/+65
* SERVER-43344 Move shutdown, multiApply, and scheduleWritesToOplog from SyncTa...Mihai Andrei2019-09-301-7/+13
* SERVER-42649 Disambiguate Value constructorJustin Seyster2019-09-271-7/+7
* SERVER-42649 Use Value instead of BSONObj in the in-memory sort keyJustin Seyster2019-09-266-99/+84
* SERVER-42524 remove the touch commandHaley Connelly2019-09-251-20/+0
* SERVER-43203 remove dbtests that were not runJudah Schvimer2019-09-241-30/+0
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-175-12/+12
* SERVER-42583 Thread 'tempDir' through to SortStage.David Storch2019-09-131-20/+17
* SERVER-42979 Implement WorkingSet::extract() and WorkingSet::emplace().David Storch2019-09-131-7/+10
* SERVER-42357 Periodically release locks during collection validation and chec...Gregory Wlodarek2019-09-131-9/+5
* SERVER-42357 Add additional state to the IndexCatalogEntry to track when it i...Gregory Wlodarek2019-09-131-0/+50
* SERVER-42981 Make WorkingSetMember compatible for use with the Sorter.David Storch2019-09-121-7/+7
* SERVER-42995 Remove redundant SyncTail methodsMihai Andrei2019-09-121-1/+4
* SERVER-43149 rename across dbs emits startIndexBuild and commitIndexBuild opl...Benety Goh2019-09-081-26/+16
* SERVER-42287 SNI names are not allowed to include IP addressesAdam Cooper2019-09-061-0/+11
* SERVER-43054 Remove RecordId argument from insert and unindex functions on So...Louis Williams2019-09-051-3/+3
* SERVER-23921 audit the use of SortedDataInterface::Cursor::seek for full inde...Haley Connelly2019-09-042-2/+2
* SERVER-42852 Make PlanStage consistently hold children by unique_ptr.David Storch2019-09-0411-140/+146
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-042-52/+59
* SERVER-42993 Convert static oplog application funcs to free funcsA. Jesse Jiryu Davis2019-09-041-5/+5
* SERVER-42039 Remove redundant OplogApplier optionsA. Jesse Jiryu Davis2019-09-041-3/+1
* SERVER-42223 Use checkpoint cursors for collection validation when {backgroun...Dianna Hohensee2019-09-031-32/+91
* SERVER-43023 IndexBuildsCoordinator emits startIndexBuild oplog entry at the ...Benety Goh2019-09-011-1/+4
* SERVER-42181 Make WorkingSetMember hold Document instead of BSONObjMartin Neupauer2019-08-2915-48/+51
* SERVER-42248 Remove SortedDataInterface::seek() which accepts a BSONObjXiangyu Yao2019-08-292-3/+13
* SERVER-43051 Add additional logging in validate_tests to help diagnose failed...Gregory Wlodarek2019-08-271-38/+78
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-272-15/+1
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-272-1/+15