summaryrefslogtreecommitdiff
path: root/jstests/sharding/auth_add_shard.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67897 Use remove_shard_util.js in tests that need to reliably remove a...Marcos José Grillo Ramirez2022-09-261-9/+2
* SERVER-62690 Shard is shutting down before finishing draining in testAllison Easton2022-04-121-0/+14
* SERVER-61055 Do not run check orphans after tests that call removeShardjannaerin2021-11-021-0/+5
* SERVER-60387 make moveChunk() waitForDelete in auth_add_shard.jsPaolo Polato2021-10-181-2/+3
* SERVER-43921 Make auth_add_shard.js start shards as replica setsCheahuychou Mao2019-10-101-11/+13
* SERVER-38875 Make tests start shards as replica sets instead of standalones a...Cheahuychou Mao2019-10-101-6/+8
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-70/+67
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-1/+3
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-121-2/+2
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a sh...Esha Maharishi2016-08-111-2/+2
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-111-2/+2
* SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'Kaloian Manassiev2016-06-201-3/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-8/+6
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-67/+71
* SERVER-22765 Improve error checking in sharding testsKaloian Manassiev2016-02-231-2/+2
* SERVER-22765 Remove unnecessary logging in sharding tests when running on con...Randolph Tan2016-02-221-1/+1
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-1/+1
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-43/+43
* Revert "SERVER-22027 Sharding should not retry killed operations"Kaloian Manassiev2015-12-301-43/+43
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2015-12-301-43/+43
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-111-1/+1
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-12/+5
* SERVER-11555 Replace all occurrences of addUser with createUser in jstestsSpencer T Brody2013-11-061-1/+1
* SERVER-10794 Maintain backwards-compatible form of addUser for one more releaseSpencer T Brody2013-10-111-1/+1
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-061-1/+1
* Fix test by using localhost for whole test clusterSpencer T Brody2012-06-061-4/+4
* SERVER-5962 Move primary shard before running testSiddharth Singh2012-05-301-8/+5
* SERVER-5124 Verify auth failure for add/rem shardSiddharth Singh2012-05-291-0/+109