summaryrefslogtreecommitdiff
path: root/jstests/sharding/libs
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51087 Add testing utility for sharding collection given ranges.Max Hirschhorn2020-10-221-0/+86
* SERVER-51451 Fix mongos API version parameter tests, part 2A. Jesse Jiryu Davis2020-10-191-3/+5
* SERVER-51451 Fix mongos API version parameter testsA. Jesse Jiryu Davis2020-10-141-39/+75
* SERVER-50375 Ensure mongos forwards API parameters to shards, try 3A. Jesse Jiryu Davis2020-10-051-0/+1496
* Revert "SERVER-50375 Ensure mongos forwards API parameters to shards"A. Jesse Jiryu Davis2020-10-021-1496/+0
* SERVER-50375 Ensure mongos forwards API parameters to shardsA. Jesse Jiryu Davis2020-10-021-0/+1496
* Revert "SERVER-50375 Thoroughly test that mongos forwards API parameters"Tommaso Tocci2020-10-011-1496/+0
* SERVER-50375 Thoroughly test that mongos forwards API parametersA. Jesse Jiryu Davis2020-10-011-0/+1496
* SERVER-49381: Create stub API Version 2 for testingXueruiFa2020-08-251-2/+9
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-1/+2
* SERVER-49064 Update references of "last-stable" to use "last-continuous" and ...Jason Chan2020-07-232-1/+1
* SERVER-49116 Add rotateCertificates commandGabriel Marks2020-07-172-2/+2
* SERVER-49060: updating generic FCV constantsGrace Luong2020-07-092-19/+20
* SERVER-48676: Create reshardCollection command on router.Kshitij Gupta2020-07-021-1/+1
* SERVER-48074 re-enable read_write_concern_defaults_application.js in sharding...Kevin Pulo2020-07-011-0/+9
* SERVER-48060 Make tests only server parameter for making transaction coordina...Cheahuychou Mao2020-05-111-0/+20
* SERVER-37364 Coordinator should return the decision to the client as soon as ...Cheahuychou Mao2020-05-061-32/+36
* SERVER-46838 Update last_stable_mongos_commands.js to reflect the 4.5-branche...Tommaso Tocci2020-03-271-6/+6
* SERVER-45017 Remove index commands upgrade/downgrade code when 4.4 becomes la...Cheahuychou Mao2020-03-241-3/+2
* SERVER-46026 Fix tests reliant on specific log linesMark Benvenuto2020-02-181-0/+13
* SERVER-45908 Use explicit read concern in sharding test index consistency hookJack Mulrow2020-02-121-5/+7
* SERVER-44918 Concurrency workload with index operations and concurrent migrat...Mihai Andrei2020-01-301-2/+64
* SERVER-44501 Modify the RoutingTableHistory to check if a particular shard ha...Blake Oler2020-01-151-0/+4
* SERVER-45102 Sharded listIndexes should always target a shard that owns chunksCheahuychou Mao2019-12-181-0/+59
* SERVER-45103 Sharded index commands shouldn't target primary shard if it does...Cheahuychou Mao2019-12-131-2/+6
* SERVER-44911 Make index operations abort concurrent outgoing migrationsCheahuychou Mao2019-12-111-0/+35
* SERVER-44161 Change update shard key tests to use _waitForDelete instead of c...Matthew Saltz2019-11-261-40/+2
* SERVER-44602 Test that chunks and documents are moved after zone changesCheahuychou Mao2019-11-202-3/+146
* SERVER-44552 Test that ShardFilterStage filters out orphaned documentsCheahuychou Mao2019-11-131-1/+1
* SERVER-44411 Test that insert/update/delete/findAndModify for hashed sharded ...Cheahuychou Mao2019-11-071-0/+74
* SERVER-43256 When assert.soon() is expected to fail, don't call the hang anal...Robert Guo2019-10-311-4/+10
* SERVER-42299 Upgrade/downgrade for config.chunks and config.tagsJack Mulrow2019-10-151-2/+2
* SERVER-42390 Allow documents in a sharded collection to not contain all shard...Blake Oler2019-09-241-70/+36
* SERVER-42585 use 4.2 mongos commands as a last stable binary commandsMisha Tyulenev2019-08-061-22/+6
* SERVER-40496 Include namespace in configureFailpoint commands in transactions...Jamie Heppenstall2019-08-061-6/+19
* SERVER-42349 Write new unsharded collections to the sharding catalog under fe...Esha Maharishi2019-08-011-0/+81
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-24/+24
* SERVER-41655 Add classes RefineCollectionShardKeyCommand and ConfigsvrRefineC...Jamie Heppenstall2019-06-181-3/+4
* SERVER-40386: assert responses of abortTransaction_forTesting() and commitTra...Lingzhi Deng2019-06-011-7/+13
* SERVER-40338 Add tests for replacement and pipeline style updates to change t...jannaerin2019-05-291-42/+247
* SERVER-39158 Change updates to prefer target by the queryArun Banala2019-05-221-6/+10
* SERVER-41002 Throw WouldChangeOwningShardError on upsert if shard does not ow...jannaerin2019-05-161-52/+200
* SERVER-37627 Remove the coordinator on abort transactionRandolph Tan2019-05-141-0/+14
* SERVER-41084 Manually insert orphan to test duplicate key errors when changin...jannaerin2019-05-141-41/+0
* SERVER-40483 Return more informative error when changing the doc shard key ca...jannaerin2019-04-171-26/+26
* SERVER-39842 Allow update to shard key value if retryable writejannaerin2019-04-091-9/+23
* SERVER-39836 Allow updates to document shard key value if write is in transac...jannaerin2019-03-201-0/+654
* SERVER-39624 Put internal router retries for stale version and snapshot error...Jack Mulrow2019-02-261-0/+41
* SERVER-39053 Transaction coordinator should retry sending decision until defi...Esha Maharishi2019-02-071-0/+41
* SERVER-37823 Server Side Traffic CaptureJason Carey2019-02-041-2/+8