summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SERVER-43069: Condition logging for slow ops on sample rate"Xuerui Fa2020-02-071-123/+3
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-051-3/+123
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-8/+8
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+2
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-6/+4
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-1/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+2
* SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery.Siyuan Zhou2019-09-131-0/+6
* SERVER-42987 make it safe to interrupt abortTransactionJudah Schvimer2019-09-111-3/+4
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-38028 Block new transactions on sessions behind prepared transactionsMatthew Saltz2019-09-051-0/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-1/+1
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-08-261-24/+0