summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-33538 Fix UUID inconsistencies in mapReduce on a sharded output collec...jannaerin2018-06-201-0/+151
* SERVER-35653: Revert "SERVER-31768 Don't create the first collection on a pri...jannaerin2018-06-191-55/+0
* SERVER-31013 use port instead of pid for serverExitCodeMapRobert Guo2018-06-191-9/+6
* SERVER-33585 do not return clusterTime when no keys are availabler3.6.5-rc0r3.6.5Misha Tyulenev2018-05-111-0/+82
* SERVER-32681 exact_shard_key_target.js moveChunk should wait for deleteRandolph Tan2018-05-041-2/+6
* SERVER-25640 Terminate processes in more JavaScript tests.Max Hirschhorn2018-04-253-0/+18
* SERVER-25640 terminate processes in jstestsKevin Albertson2018-04-254-0/+4
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-04-2559-4/+74
* SERVER-25640 check dbhashes in stopSetKevin Albertson2018-04-253-0/+7
* SERVER-33734 Improve jsTestLog filterabilityJudah Schvimer2018-04-192-2/+2
* SERVER-28670 Add sharding CatalogCache and donor metrics to serverStatusKaloian Manassiev2018-03-162-53/+58
* SERVER-32445 config.transactions table can get out of sync when the Transacti...Randolph Tan2018-03-151-5/+29
* SERVER-33778 Actually remove change_stream_remove_shard.jsCharlie Swanson2018-03-141-176/+0
* SERVER-32831 Blacklist change_stream_chunk_migration.js for LSM buildvariantIan Whalen2018-03-061-0/+6
* SERVER-32349 Change streams over sharded collections may produce merged op lo...Martin Neupauer2018-02-121-2/+53
* SERVER-32556 retryable write on local db hits an invariantRandolph Tan2018-02-121-3/+61
* SERVER-32970 put back random chunk size initialization in mongos auto split t...Randolph Tan2018-02-121-4/+4
* SERVER-31768 Don't create the first collection on a primary drained shardjannaerin2018-02-091-0/+55
* SERVER-31979 Include chunk migration statistics in moveChunk.commit in changelogjannaerin2018-02-071-0/+40
* SERVER-31385 Do not do a UUID consistency check for recovering_slaveok.jsDianna Hohensee2018-01-311-0/+5
* SERVER-28923 Add stats for retryable writesJack Mulrow2018-01-191-0/+99
* SERVER-30671 Don't expect operationTime to not change in causal_consistency_s...Jack Mulrow2018-01-161-4/+1
* SERVER-29423 Prevent the balancer policy from scheduling migrations with the ...Kaloian Manassiev2018-01-161-44/+54
* SERVER-32568 Blacklist migration_sets_fromMigrate_flag.js from the CSRS conti...Kaloian Manassiev2018-01-121-34/+41
* SERVER-30152 Add safe secondary reads targeted tests for mapReduceEsha Maharishi2018-01-113-32/+199
* SERVER-32492 idhack_sharded.js should use _waitForDelete:true in moveChunkTess Avitabile2018-01-101-2/+2
* SERVER-31707: Test changeStreams on a sharded collection where the shard does...Nick Zolnierz2018-01-101-0/+183
* SERVER-32255 Ensure UUIDs exist for local collections on ShardServersr3.6.2-rc0r3.6.2Maria van Keulen2018-01-041-0/+22
* SERVER-32529 Revert "SERVER-32105 Require shard servers and config servers to...Esha Maharishi2018-01-043-78/+4
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-281-34/+30
* SERVER-30768 Mark hosts as down on NetworkInterfaceExceededTimeLimit instead ...Jack Mulrow2017-12-111-1/+1
* SERVER-31056 Remove all usages of the default constructor of ScopedCollection...Kaloian Manassiev2017-12-081-191/+205
* SERVER-27724 Minimize split chunk command routing table refreshesDianna Hohensee2017-12-082-5/+10
* SERVER-30226 Best effort make the recipient shard refresh its metadata after ...Dianna Hohensee2017-12-062-21/+26
* SERVER-32085 $changeStream reports incorrect documentKey for unsharded collec...Bernard Gorman2017-12-061-15/+35
* SERVER-31731 Test that mongos accepts a --timeZoneInfo parameter, and can cor...Bernard Gorman2017-12-051-0/+98
* SERVER-31627 ShardingTest.checkUUIDsConsistentAcrossCluster can fail to see c...Esha Maharishi2017-12-053-7/+7
* SERVER-32105 Require shard servers and config servers to be started with --re...Esha Maharishi2017-12-053-4/+78
* SERVER-32029 Only target primary shard for unsharded change stream.Charlie Swanson2017-11-273-4/+163
* Revert "SERVER-32051 Require shard servers and config servers to be replica s...r3.6.0-rc6Ramon Fernandez2017-11-232-53/+1
* SERVER-32051 Require shard servers and config servers to be replica setsEsha Maharishi2017-11-212-1/+53
* SERVER-31934 set orphanCleanupDelaySecs=1 for all testsMisha Tyulenev2017-11-212-6/+9
* SERVER-31941 Don't run retryable writes tests with ephemeralForTest storage e...Jack Mulrow2017-11-217-7/+21
* SERVER-31909 Recipient shard should fail migration if it already has the coll...Esha Maharishi2017-11-212-20/+87
* SERVER-31836 Always dispatch sorted tailable awaitdata getMores to the shards...Bernard Gorman2017-11-211-0/+137
* SERVER-31665 Use correct read concern/preference during update lookupCharlie Swanson2017-11-172-0/+336
* SERVER-31941 Disallow retryable writes in storage engines that do not support...Jack Mulrow2017-11-177-3/+35
* SERVER-31953 Target secondary application of updates and deletes by just _idSpencer T Brody2017-11-171-0/+30
* SERVER-30779 do not sign clusterTime in mongos when auth is off or user has a...Misha Tyulenev2017-11-151-5/+11
* SERVER-31447 Use correct collation for update lookupCharlie Swanson2017-11-151-0/+159