summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-0224-182/+203
* SERVER-48477 move CRUD interface into PlanExecutorDavid Storch2020-08-312-5/+30
* SERVER-50602 make StorageTimestampTests provide commit quorum to createIndexe...Benety Goh2020-08-281-51/+38
* SERVER-50264: Better FCV const correctnessLingzhi Deng2020-08-271-1/+1
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-271-2/+2
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-4/+8
* SERVER-50185 Update keysPerIndex after repairing index inconsistenciesLouis Williams2020-08-261-0/+4
* SERVER-50375 APIParameters fields are boost::optionalA. Jesse Jiryu Davis2020-08-261-3/+3
* SERVER-50054 Advance logicalClock on transactionParticipant to commitTimestam...Tommaso Tocci2020-08-261-5/+7
* SERVER-46826 Instantiate the JournalFlusher thread for inMemory and non-durab...Dianna Hohensee2020-08-251-1/+1
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-202-4/+9
* SERVER-49377: Ensure transactions inherit API parameters of initiating commandXueruiFa2020-08-191-4/+3
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-182-102/+0
* SERVER-50366 fix StorageTimestampTests for resumable index buildsBenety Goh2020-08-181-0/+29
* SERVER-49392 Storage engine init checks that enableMajorityReadConcern is com...Gregory Wlodarek2020-08-171-2/+1
* SERVER-50293 Fix validate_tests to call finalizeTemporaryTables() in a WriteU...Gregory Wlodarek2020-08-131-62/+84
* SERVER-50088 Avoid reporting duplicate multikey errors when there are index i...Faustoleyva542020-08-071-3/+1
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-079-27/+27
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-061-0/+23
* SERVER-49103 Validate repair mode should fix up missing and extra index entriesShin Yee Tan2020-08-061-10/+911
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-23/+0
* SERVER-48312 Remove support for 'supportsDocLocking = false'Gregory Wlodarek2020-08-041-3/+0
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-49157 Initialize WireSpec during MONGO_INITIALIZERAmirsaman Memaripour2020-07-291-7/+11
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+39
* SERVER-46147: Update repair to fix multikey errors without performing an inde...Faustoleyva542020-07-281-0/+427
* SERVER-48478 Replace PipelineProxyStage with PlanExecutorPipelineDavid Storch2020-07-242-14/+4
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-77/+88
* SERVER-49341 Validate repair mode should delete records that fail BSON valida...Shin Yee Tan2020-07-201-4/+170
* SERVER-48067 Reduce memory consumption for unique index builds with large num...Gregory Noma2020-07-201-33/+62
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-1/+0
* SERVER-49060: added comments for generic FCV constants and conditional checksGrace Luong2020-07-151-0/+1
* SERVER-48736 Fix dependencies between query_exec and index_access_methodsDrew Paroski2020-07-152-3/+6
* SERVER-49340 Add repair mode to validate for startup --repairShin Yee Tan2020-07-141-1/+9
* SERVER-48477 Make PlanExecutor interface more genericDavid Storch2020-07-099-233/+217
* SERVER-24165 Validate should report records with invalid BSONShin Yee Tan2020-07-091-35/+71
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-091-1/+1
* SERVER-47277 Remove non-hygienic build supportAndrew Morrow2020-07-081-6/+0
* SERVER-46367 Remove ScanningReplicaSetMonitor specific members from the abstr...Haley Connelly2020-07-021-1/+1
* SERVER-44968 Remove useless BSONVersion enum classFaustoleyva542020-06-263-17/+17
* SERVER-46462 Run the dbtest validate wildcard index tests with background set...Shin Yee Tan2020-06-251-0/+2
* SERVER-48772 Correctly timestamp writes when dropping multiple indexesGregory Wlodarek2020-06-181-2/+83
* SERVER-48775 Make OpObserverShardingImpl to be part of sharding_runtime_dKaloian Manassiev2020-06-154-59/+53
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-1114-126/+162
* SERVER-48367 Remove all _envp usageBilly Donahue2020-06-111-9/+6
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-1012-106/+118
* SERVER-46726 Provide separate setParameter to disable diagnostic workAmirsaman Memaripour2020-06-051-0/+2
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-052-67/+213
* SERVER-48510 fix race in StorageTimestampTest::TimestampIndexOplogApplication...Benety Goh2020-06-011-4/+21
* SERVER-43821 Make PlanStage and PlanExecutor return errors by throwingDavid Storch2020-05-2914-190/+121