summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75276 writeConflictRetry should properly be using a NamespaceStringOrU...Sophia Tan2023-05-151-3/+4
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-092-29/+40
* SERVER-76288 disable high water mark tokens greater than the last operation f...Mickey. J Winters2023-04-281-0/+47
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-04-261-3/+3
* SERVER-70984 Remove now unused 'indexesAffected' flag from various structs in...Irina Yatsenko2023-04-261-2/+2
* SERVER-70338 Abandon snapshot while holding locks during query yieldLouis Williams2023-04-255-19/+24
* SERVER-75580 Thread-through `ScopedCollectionOrViewAcquisition` on the intern...Jordi Serra Torrens2023-04-254-62/+123
* SERVER-70984 Remove _affectIndices in UpdateDriver in favor of reporting inde...Irina Yatsenko2023-04-213-3/+8
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-183-8/+8
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-178-49/+103
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-148-19/+20
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on oplo...Moustafa Maher Khalil2023-04-121-3/+3
* SERVER-75837 Better fromjson error messagesCharlie Swanson2023-04-101-0/+65
* SERVER-75395 Handle write conflict retries for dropDatabaseGregory Wlodarek2023-03-291-0/+2
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-6/+6
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog applic...Moustafa Maher Khalil2023-03-281-3/+3
* SERVER-74589 move write_stage_common::PreWriteFilter into its own libraryBenety Goh2023-03-281-0/+1
* SERVER-74184 Support SerializerFlags in constructors for IDL structsHugh Tong2023-03-151-1/+2
* SERVER-74864 Remove `OperationContext*` from `TicketHolder::resize`Gregory Noma2023-03-151-2/+1
* SERVER-74483 Remove unused InsertDeleteOptions fieldsYu Jin Kang Park2023-03-151-13/+0
* SERVER-74831 Ensure DatabseClonerTest passes tenantIds correctly with multite...jannaerin2023-03-151-1/+9
* SERVER-74544 Move and rename `SetAdmissionPriorityForLock`Gregory Noma2023-03-131-4/+6
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-271-1/+2
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-3/+3
* Revert "SERVER-73118 Implement split prepare/commit/abort oplog application o...liubov.molchanova2023-02-261-2/+1
* SERVER-73118 Implement split prepare/commit/abort oplog application on second...Wenbin Zhu2023-02-251-1/+2
* SERVER-74045 Allow turning on diagnostic log messages for validateGregory Wlodarek2023-02-161-44/+44
* SERVER-73375 Change DbClient fire-and-forget command functions to use Namespa...Sophia Tan2023-02-1530-685/+684
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-1515-44/+51
* SERVER-73903 Add invariant that yieldable Query plans are created with a yiel...Henrik Edin2023-02-143-4/+9
* SERVER-73780 Make CollectionPtr constructor explicitHenrik Edin2023-02-1312-25/+28
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-113-4/+12
* SERVER-73141 Generate query shape for expressions in expression_leaf.hCharlie Swanson2023-02-111-4/+1
* SERVER-71792 Log list of cursors a range deletion is going to wait onPierlauro Sciarelli2023-02-091-0/+39
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-087-65/+80
* SERVER-59913 Move CollectionPtr yield logic out of the CollectionCatalogHenrik Edin2023-02-074-14/+15
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-2/+1
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-0427-222/+309
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-035-29/+29
* SERVER-72944 Change DBClient dropDatabase to use DatabaseName objectSophia Tan2023-01-263-4/+4
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-261-1/+0
* SERVER-71906 move asio-related transport files to their own directoryMatt Diener2023-01-241-1/+1
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-238-49/+52
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-192-6/+2
* SERVER-72072 Integrate TicketBroker with PriorityTicketHolderJordi Olivares Provencio2023-01-161-0/+10
* SERVER-72500: Change oplog application to work on batches of ApplierOperation...Daniel Gottlieb2023-01-101-2/+6
* SERVER-72487 QueryStageBatchedDeleteTest disables checkpoint, if present, bef...Benety Goh2023-01-051-4/+17
* Revert "SERVER-72487 QueryStageBatchedDeleteTest test fixture disables checkp...Benety Goh2023-01-051-16/+4
* SERVER-71061 Added column-store index validationMohammad Dashti2023-01-051-1/+1