summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76368 Allow TransactionRouter on a mongod to early reap retryable sess...Jack Mulrow2023-05-101-39/+0
* SERVER-75919 Always use cluster transaction API in the shard roleJack Mulrow2023-04-201-0/+39
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-12/+12
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-70264 make slowMS and sampleRate atomicMatt Diener2022-10-121-26/+26
* SERVER-69581 add performance-for-range-copy check to clang-tidyTrevor Guidry2022-09-201-4/+4
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-1/+1
* SERVER-68848 explicit IDLParserContext unary ctorBilly Donahue2022-08-161-3/+3
* SERVER-64104: Advance TransactionRouter firstStmtId on continue if no partici...Erin Liang2022-07-141-8/+35
* SERVER-65397 Remove featureFlagInternalTransactionsErin Liang2022-06-281-2/+0
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-108/+115
* SERVER-66852 Eagerly erase retryable child sessions from SessionCatalogJack Mulrow2022-06-021-0/+87
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62479 Reap sessions for the same retryable write atomicallyCheahuychou Mao2022-04-131-4/+12
* 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