summaryrefslogtreecommitdiff
path: root/jstests/sharding/authmr.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38875 Make tests start shards as replica sets instead of standalones ↵Cheahuychou Mao2019-10-101-7/+2
| | | | after auth cluster time gossiping fix
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-2/+2
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-109/+108
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-2/+7
| | | | replica sets
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
|
* SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'Kaloian Manassiev2016-06-201-6/+2
| | | | | | | | This change makes auth tests with 3.2 mongos, which need to control the balancer state to go through a special control mongos instance running version 3.4. This reverts commit bfde0ecb1ca31c35a37f90a7706987acc0c217f7.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+2
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-110/+109
|
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-2/+2
|
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-231-2/+11
| | | | | | | | No functional changes, just converting everything to use the JSON-based constructor. Also moves some sharding-specific tests out of noPassthroughWithMongod and under the sharding suite.
* SERVER-13425 migrate sharding jstest suite to use write commands apiRandolph Tan2014-04-211-9/+2
|
* SERVER-11555 Replace all occurrences of addUser with createUser in jstestsSpencer T Brody2013-11-061-2/+2
|
* SERVER-9515 SERVER-6246 SERVER-9517 Instead of "name", in user objects use ↵Spencer T Brody2013-10-101-1/+1
| | | | "user" and in role objects use "role"
* SERVER-6246 SERVER-9515 Rename removeUser and removeRole commands to ↵Spencer T Brody2013-10-061-1/+1
| | | | dropUser/dropRole
* SERVER-9517 Rename "source" field for users and roles to "db"Spencer T Brody2013-10-061-1/+1
|
* SERVER-9517 Update tests to pass with new user schemaSpencer T Brody2013-09-061-2/+1
|
* SERVER-6246 Restrict direct removes from system.users, add a shell helper to ↵Spencer T Brody2013-08-011-1/+1
| | | | use the removeUser command, and update tests to use the helper
* SERVER-8104 regression tests.Andy Schwerin2013-03-121-0/+119