summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62918 Change DBLock to use DatabaseNamejannaerin2022-06-271-7/+7
* SERVER-66725 SERVER-66659 Incoming retryable txns abort old txns and abort co...Jack Mulrow2022-06-091-14/+374
* SERVER-66852 Eagerly erase retryable child sessions from SessionCatalogJack Mulrow2022-06-021-0/+444
* SERVER-65641 Add test coverage for reaping a session with active TransactionP...Cheahuychou Mao2022-05-121-1/+1
* SERVER-66110 Downgrading FCV can cause the active txnNumber on TransactionPar...Cheahuychou Mao2022-05-041-7/+190
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-65545 Delegate `ClockSourceMock` to `ServiceContextMongoDTest`Gregory Noma2022-04-141-13/+3
* SERVER-65652 Delegate `TickSourceMock` to `ServiceContextMongoDTest`Gregory Noma2022-04-141-36/+41
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-2/+8
* SERVER-64983 Abort transaction after releasing Client lockDaniel Gómez Ferro2022-04-071-0/+28
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-7/+7
* SERVER-64329 Make TransactionParticipant check internal transactions feature ...Cheahuychou Mao2022-03-281-1/+3
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-10/+37
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-0/+45
* SERVER-60917 Make commands that fail with RetryTransactionInProgress block un...Cheahuychou Mao2022-01-281-18/+141
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-61122 Log TxnNumberAndRetryCounter in metrics and log methods inside T...Sanika Phanse2022-01-241-8/+10
* SERVER-60917 Make transaction participants throw RetryableTransactionInProgre...Cheahuychou Mao2022-01-141-2/+1
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-27/+29
* SERVER-62050 Remove _opCtx from AutoGetDb and instead pass in an opCtx to Aut...Faustoleyva542022-01-051-5/+5
* SERVER-61190 Rename numberOfPreImagesToWrite to numberOfPrePostImagesToWriteCheahuychou Mao2021-11-201-6/+6
* SERVER-58757 Create partial index for config.transactions on parentLsidCheahuychou Mao2021-11-051-0/+95
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-248/+165
* SERVER-58756 Support retrying internal transactions for retryable writesCheahuychou Mao2021-10-291-0/+194
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-1/+29
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-2/+2
* SERVER-59782 migrate makeGuard calls to ScopeGuardBilly Donahue2021-09-081-1/+1
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-82/+479
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+1
* SERVER-47123 remove AutoGetOrCreateDb from non-catalog unit testsBenety Goh2021-04-281-7/+13
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-2/+2
* SERVER-54442 Test that operation context does not keep aborted transaction me...Pierlauro Sciarelli2021-02-111-24/+45
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-11/+18
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-2/+2
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-19/+9
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-9/+11
* SERVER-50375 APIParameters fields are boost::optionalA. Jesse Jiryu Davis2020-08-261-17/+21
* SERVER-49377: Ensure transactions inherit API parameters of initiating commandXueruiFa2020-08-191-10/+153
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+0
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-5/+4
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-41/+182
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-3/+4
* SERVER-43889 Distinguish between retryable write and transaction when failing...Ali Mir2020-02-181-0/+37
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-8/+13
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-071-3/+123
* SERVER-34039 Remove use of optional UUID in replication codebaseAli Mir2020-02-071-1/+1