summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63495 Unyielding TransactionRouter never fails except at shutdown and ...Jack Mulrow2022-03-301-25/+221
* SERVER-64052 Implement unstash for TransactionRouterSanika Phanse2022-03-211-0/+30
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for txnRouter.beg...Sanika Phanse2022-02-241-904/+298
* SERVER-61088 Make transaction participants check if txnRetryCounter is suppor...Jason Zhang2022-02-031-27/+59
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-7/+14
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-4/+4
* SERVER-60989 Make TransactionRouter take in txnNumberAndRetryCounter instead ...Sanika Phanse2021-11-201-484/+399
* SERVER-58504 Abort in-progress transactions when a load-balanced client disco...George Wangensteen2021-11-171-0/+25
* SERVER-60323 Make coordinator shard support re-committing aborted prepared tr...Cheahuychou Mao2021-10-151-10/+20
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-304/+975
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-29/+21
* SERVER-55614 Make API params optional for cmds in txnsA. Jesse Jiryu Davis2021-05-041-2/+23
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-4/+2
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-4/+1
* SERVER-50375 Ensure mongos forwards API params to shardsA. Jesse Jiryu Davis2020-09-101-82/+38
* SERVER-50375 APIParameters fields are boost::optionalA. Jesse Jiryu Davis2020-08-261-30/+13
* SERVER-49377: Ensure transactions inherit API parameters of initiating commandXueruiFa2020-08-191-4/+172
* SERVER-49768 Remove logv1 logger components, and make rotation a callback listSara Golemon2020-08-181-1/+0
* SERVER-49321 Make VectorClock::Component protectedPierlauro Sciarelli2020-07-221-12/+6
* SERVER-49308 Allow to advance any VectorClock time for testingPierlauro Sciarelli2020-07-071-6/+12
* SERVER-48775 Make all `s_test` suites use the ShardingTestFixtureKaloian Manassiev2020-06-151-17/+10
* SERVER-47914 Move clusterTime from LogicalClock to VectorClockKevin Pulo2020-06-051-6/+13
* SERVER-48307 Disable single-write-shard transaction commit optimizationEsha Maharishi2020-05-201-24/+20
* SERVER-47418 deploy unittest::MinimumLoggedSeverityGuard to all testsBilly Donahue2020-04-151-3/+4
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
* SERVER-46679 Transaction test fails with Stale Shard Version error on 4.5Marcos José Grillo Ramírez2020-03-311-13/+47
* SERVER-45692 add explicit RWC to inter-node commands (even if merely kImplici...Kevin Pulo2020-03-051-3/+4
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-59/+112
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-281-1/+0
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-2/+3
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-9/+9
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-071-0/+39
* Revert "SERVER-43069: Condition logging for slow ops on sample rate"Xuerui Fa2020-02-071-39/+0
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-051-0/+39
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-63/+66
* SERVER-44451 Don't retry on WriteConcernFailureRandolph Tan2019-12-181-1/+1
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-4/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41374 Track current open, active, and inactive transactions on mongos ...Jack Mulrow2019-09-031-21/+352
* SERVER-42963 For active sessions only set transaction stats in TransactionRou...Jack Mulrow2019-08-221-3/+0
* SERVER-42907 Add timeActiveMicros and timeInactiveMicros for transactions in ...Jack Mulrow2019-08-211-0/+4
* SERVER-41376 Track time transactions on mongos are active and inactive and in...Jack Mulrow2019-08-191-0/+306
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-08-141-1/+175
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-135/+44
* SERVER-42005 Don't refer to deleted memory in transaction router unit testBlake Oler2019-07-011-3/+5
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-208/+216
* SERVER-41375 Add successfulDurationMicros to commitTypes in mongos transactio...Jamie Heppenstall2019-06-131-1/+71
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-41137 Propagate WriteConcern in abortTransactionAlex Taskov2019-06-041-3/+30
* SERVER-41127 Track state of termination initializationAlex Taskov2019-05-301-0/+76