summaryrefslogtreecommitdiff
path: root/jstests/sharding/retryable_writes.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75821 Only end session in onPrimaryTransactionalWrite if client has oneJack Mulrow2023-05-031-6/+0
* SERVER-76310 Use config shard terminology instead of catalog shardJack Mulrow2023-04-241-2/+2
* SERVER-74498 Remove temporary_catalog_shard_incompatible tags (part 1)Jack Mulrow2023-04-071-2/+12
* SERVER-74276 Add catalog shard sharding suitesJack Mulrow2023-03-011-0/+2
* SERVER-66118 Remove `storageEngineSupportsRetryableWrites`Gregory Noma2022-05-031-7/+0
* SERVER-43889 Distinguish between retryable write and transaction when failing...Ali Mir2020-02-181-0/+25
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-4/+4
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-522/+519
* SERVER-38457 Fix race in retryable_writes.jsMatthew Saltz2018-12-071-2/+5
* SERVER-34618 Fix race condition in retryable writes testBlake Oler2018-04-241-1/+2
* SERVER-33782 Increase verbosity in retryable_writes.jsBlake Oler2018-03-121-2/+2
* SERVER-32556 retryable write on local db hits an invariantRandolph Tan2018-01-291-3/+61
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-181-0/+99
* SERVER-31335 cmd assertions check write errorsKevin Albertson2018-01-111-2/+2
* SERVER-31941 Don't run retryable writes tests with ephemeralForTest storage e...Jack Mulrow2017-11-211-1/+3
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-171-0/+5
* SERVER-28916 Make mongos automatically retry failed retryable writesJack Mulrow2017-11-071-5/+7
* SERVER-30532 Remove IDL-generated parser for the findAndModify resultKaloian Manassiev2017-10-171-8/+1
* SERVER-30953 Add auto-retry logic to the mongo shell for testing during stepd...Jack Mulrow2017-09-211-3/+6
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-201-1/+1
* Revert "SERVER-31114 Perform targeted session invalidation on direct writes t...Kaloian Manassiev2017-09-201-1/+1
* SERVER-31114 Perform targeted session invalidation on direct writes to `confi...Kaloian Manassiev2017-09-201-1/+1
* SERVER-30206 Error if retryable write request has multi update or deleteJack Mulrow2017-09-191-0/+50
* SERVER-29606 Introduce 'onPrimaryTransactionalWrite' failpointKaloian Manassiev2017-09-141-6/+78
* SERVER-30407 Add retry logic in findAndModifyRandolph Tan2017-08-171-0/+112
* SERVER-30326 retryable_writes.js should check insert oplog entries for upsertsJack Mulrow2017-08-021-6/+10
* SERVER-30326 Write basic tests for insert, update and deleteRandolph Tan2017-07-281-0/+129