summaryrefslogtreecommitdiff
path: root/jstests/sharding/auth2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38875 Make tests start shards as replica sets instead of standalones ↵Cheahuychou Mao2019-10-101-3/+1
| | | | after auth cluster time gossiping fix
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-22/+18
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-1/+7
| | | | replica sets
* SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'Kaloian Manassiev2016-06-201-18/+19
| | | | | | | | 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-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-8/+11
|
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-1/+1
|
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-231-1/+1
| | | | | | | | 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-19085 Add new suite for running 3-node legacy config serversDaniel Alabi2015-07-021-1/+1
|
* SERVER-12621 narrow the localhost exception when auth is enabledAmalia Hawkins2014-05-221-3/+1
|
* 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
|
* SERVER-6591: added tests for bypassing authentication when connected with a ↵Craig Wilson2013-02-111-23/+1
| | | | localhost to a server that has no admin users.
* SERVER-6622 fix auth.js test on v8 build.Spencer T Brody2012-07-271-4/+9
| | | | | For some reason the localhost exception for auth doesn't seem to work with SyncClusterConnections on v8, so use direct connections to all 3 config servers instead
* Increase log verbosity for auth2.js testSpencer T Brody2012-07-261-1/+2
|
* SERVER-6549. Use internal permissions when ensuring index in authenticate ↵Spencer T Brody2012-07-261-0/+38
command