summaryrefslogtreecommitdiff
path: root/jstests/sharding/movePrimary1.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-42/+41
* SERVER-34285 Remove FCV 3.6 switch logic in movePrimaryBlake Oler2018-06-151-60/+49
* SERVER-34093 Blacklist move primary tests from last stable suitesjannaerin2018-04-121-3/+1
* SERVER-34067 Make the new movePrimary protocol FCV 4.0 compliantBlake Oler2018-04-051-14/+18
* SERVER-33769 Implement a commitMovePrimary command on the config serverBlake Oler2018-04-021-53/+62
* SERVER-33444 Fix tests that fail when shard servers started as replica setsjannaerin2018-03-271-1/+2
* SERVER-29909 Remove circular dependency between db_raii and sharding librariesKaloian Manassiev2017-12-161-34/+30
* SERVER-24764 Support for cluster admin commands on viewsJames Wahlin2016-08-241-0/+6
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-48/+50
* SERVER-22870 rename getServerName and getServerDianna Hohensee2016-02-261-1/+1
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-1/+1
* SERVER-12746: Fix assert() calls with constant-value argsKevin Pulo2015-10-301-1/+1
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-231-2/+3
* SERVER-17615 Return ShardNotFound error if non-existent shard passed to moveC...Daniel Alabi2015-03-171-0/+7
* SERVER-1353 movePrimary takes shard name as wellAlberto Lerner2010-07-161-5/+13
* use Shard class instead of string for passing around ShardsEliot Horowitz2010-04-271-2/+7
* database and shard _id is now meaningfulEliot Horowitz2010-04-211-2/+2
* cleaning, better test systemEliot Horowitz2009-02-181-33/+11
* movePrimary test and fixEliot Horowitz2009-02-171-0/+53