summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-41956 Add integration and unit tests for killing commit and abort tran...William Schultz2019-08-231-0/+80
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-163/+46
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-11/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-94/+93
* SERVER-41881 Unstashing the transaction lock resources should ignore the ...Suganthi Mani2019-07-241-0/+45
* Revert "SERVER-41881 Unstashing the transaction lock resources should ignore ...Ian Boros2019-07-231-45/+0
* SERVER-41881 Unstashing the transaction lock resources should ignore the save...Suganthi Mani2019-07-151-0/+45
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-011-1/+15
* SERVER-41838 Release RSTL if we choose not to commit a prepared transaction a...Judah Schvimer2019-06-251-0/+107
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-5/+4
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-4/+0
* SERVER-41157 Remove abortguard when committing unprepared transactionsJason Chan2019-06-061-107/+0
* SERVER-41317 Push commit transaction's check for a majority-committed prepare...Vesselina Ratcheva2019-05-291-7/+18