summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/internal_transactions_test_command.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-1/+2
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-75553 Create a synchronous transaction API for SyncTransactionWithRetriesMark Benvenuto2023-04-021-2/+3
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+1
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-65101 Replace transaction and retryable write command allow lists with...Randolph Tan2022-06-081-0/+8
* SERVER-66316 Make transactions API interact better with Client Side Operation...Jack Mulrow2022-05-111-5/+9
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-041-5/+0
* SERVER-65640 Add concurrency workload that performs resharding while there ar...Cheahuychou Mao2022-04-281-3/+2
* SERVER-64986 Add concurrency workloads that test internal transactions using ...Cheahuychou Mao2022-04-221-8/+4
* SERVER-61782 SERVER-63835 Use futures in transaction API run implementation a...Jack Mulrow2022-04-201-1/+1
* SERVER-65048 Support retryable writes in internal_transactions_test_commandSanika Phanse2022-04-191-2/+8
* SERVER-63081 Create a test command for internal transactionsSanika Phanse2022-04-121-0/+177