summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-42978 Move validate lock acquisition from the cmd body into the helper...Dianna Hohensee2019-08-231-79/+48
* SERVER-43010 remove DEV and MONGO_DEV macrosBilly Donahue2019-08-232-3/+3
* Revert "SERVER-33272 Proactively close newly empty databases"Gregory Wlodarek2019-08-232-15/+1
* SERVER-41230 Update FCV constants throughout server code following 4.2 branchBernard Gorman2019-08-231-1/+1
* SERVER-33272 Proactively close newly empty databasesGregory Wlodarek2019-08-222-1/+15
* SERVER-42965 Remove unused param "stableTimestampForRecovery"A. Jesse Jiryu Davis2019-08-221-1/+1
* SERVER-42497: Detect unintentional untimestamped writes to the durable catalog.Daniel Gottlieb2019-08-213-1/+26
* SERVER-42022 Remove missing-document fetcherA. Jesse Jiryu Davis2019-08-212-93/+0
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-2/+2
* SERVER-42247 Callers of SortedDataInterface insert and unindex should pass Ke...Louis Williams2019-08-201-6/+21
* SERVER-41766 Remove obsolete code for tracking multikey writes inside multi-d...William Schultz2019-08-121-1/+1
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-0/+2
* SERVER-41721 Make IndexAccessMethod::getKeys output a KeyString setGregory Noma2019-08-082-75/+79
* SERVER-42298 Use SortPattern in the implementation of SortKeyGeneratorMisha Ivkov2019-08-083-8/+19
* SERVER-40714 Change CollectionInfoCache to be a decoration (rather than a mem...Xiangyu Yao2019-08-073-10/+13
* SERVER-42408 Add dbtest Alias for WindowsMathew Robinson2019-08-071-1/+3
* SERVER-42408 Add build.ninja generation to SConsMathew Robinson2019-08-061-1/+1
* SERVER-41696 Remove the 'ns' field from index specsGregory Wlodarek2019-07-2912-133/+114
* SERVER-37180: Use OplogEntry everywhere in oplog applicationLingzhi Deng2019-07-292-29/+28
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-2743-811/+404
* SERVER-42288 Consolidate Document and WorkingSetMember metadata implementations.David Storch2019-07-261-4/+1
* SERVER-42180 fix missing dbtest lib dependencyBenety Goh2019-07-241-0/+1
* SERVER-42180 Move the CollectionImpl::validate logic out of the Collection cl...Gabe Villasana2019-07-241-12/+25
* SERVER-36186 Default to the the oplogreplay optimization path for oplog colle...Xin Hao Zhang2019-07-241-85/+127
* SERVER-42194 Make Collection always hold a UUID (rather than optional UUID)Xiangyu Yao2019-07-151-75/+72
* SERVER-41279 Eliminate failed plans from consideration during query planningsamontea2019-07-111-0/+83
* Revert "SERVER-40620 fassert during document fetch when there is evidence of ...Misha Ivkov2019-07-111-2/+0