summaryrefslogtreecommitdiff
path: root/jstests/sharding/resharding_retryable_writes.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-61289 Make resharding_retryable_writes.js more robust to timingRandolph Tan2021-11-081-2/+10
|
* SERVER-58355 Re-enable resharding tests failing in multiversion suites due ↵jannaerin2021-07-291-1/+1
| | | | to changing latest releast to 5.1
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-2/+2
|
* SERVER-58295 Temporarily disable multiversion tests that fail due to ↵Vishnu Kaushik2021-07-141-1/+1
| | | | SERVER-56366
* SERVER-54452: Test that retryable writes are able to complete within ↵Kshitij Gupta2021-04-211-0/+128
| | | | gReshardingMinimumOperationDurationMillis when the transaction needs to retry.
* Revert "SERVER-54452: Test that retryable writes are able to complete within ↵Kshitij Gupta2021-04-201-128/+0
| | | | | | gReshardingMinimumOperationDurationMillis when the transaction needs to retry." This reverts commit a21ee446737e41b4ef9570699b2005d4634374b7.
* SERVER-54452: Test that retryable writes are able to complete within ↵Kshitij Gupta2021-04-201-0/+128
gReshardingMinimumOperationDurationMillis when the transaction needs to retry.