summaryrefslogtreecommitdiff
path: root/jstests/sharding/update_shard_key_doc_moves_shards.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65398 Remove featureFlagUpdateDocumentShardKeyUsingTransactionApi tag ...Sanika Phanse2022-04-131-1/+0
* SERVER-55348 Enable Feature flag for Running distributed transactions interna...Sanika Phanse2022-04-081-7/+17
* SERVER-59186 Use transaction API for all current changing a document's shard ...Jack Mulrow2022-02-281-19/+58
* SERVER-63493 Fix maxTransactionLockRequestTimeoutMillis for update-shard-key ...Israel Hsu2022-02-091-1/+1
* SERVER-63364 Use transaction API to handle WCOS errors for findAndModify with...Jack Mulrow2022-02-071-1/+2
* SERVER-61461 Increase 'maxTransactionLockRequestTimeoutMillis' for testsLuis Osta2021-12-021-1/+6
* SERVER-57493 Remove requires_find_command jstest tagAdityavardhan Agrawal2021-06-301-2/+5
* SERVER-48060 Make tests only server parameter for making transaction coordina...Cheahuychou Mao2020-05-111-5/+3
* SERVER-37364 Coordinator should return the decision to the client as soon as ...Cheahuychou Mao2020-05-061-17/+21
* SERVER-47105 Make update stage use OwnershipFilter instead of CollectionDescr...Tommaso Tocci2020-03-301-50/+0
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-1/+1
* SERVER-44161 Change update shard key tests to use _waitForDelete instead of c...Matthew Saltz2019-11-261-7/+0
* SERVER-44289 permit writeConcern on retryable writes that move doc onto anoth...Kevin Pulo2019-11-131-3/+20
* SERVER-42390 Allow documents in a sharded collection to not contain all shard...Blake Oler2019-09-241-6/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-414/+411
* SERVER-40386: assert responses of abortTransaction_forTesting() and commitTra...Lingzhi Deng2019-06-011-3/+4
* SERVER-40338 Add tests for replacement and pipeline style updates to change t...jannaerin2019-05-291-15/+12
* SERVER-39158 Change updates to prefer target by the queryArun Banala2019-05-221-45/+125
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-161-6/+33
* SERVER-41084 Manually insert orphan to test duplicate key errors when changin...jannaerin2019-05-141-22/+5
* SERVER-40784 Change document shard key code should check commitTransaction wr...jannaerin2019-05-011-2/+48
* SERVER-39843 Allow findAndModify to change the shard key value when sent as r...jannaerin2019-04-221-4/+1
* SERVER-40483 Return more informative error when changing the doc shard key ca...jannaerin2019-04-171-6/+30
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-091-291/+213
* SERVER-39837 Allow findAndModify to update the shard key value when run in tr...jannaerin2019-03-201-8/+170
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-201-0/+222