Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-38875 Make tests start shards as replica sets instead of standalones ↵ | Cheahuychou Mao | 2019-10-10 | 1 | -3/+1 |
| | | | | after auth cluster time gossiping fix | ||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -22/+18 |
| | |||||
* | SERVER-32052 Update ShardingTest to default to starting shard servers as ↵ | jannaerin | 2018-03-09 | 1 | -1/+7 |
| | | | | replica sets | ||||
* | SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos' | Kaloian Manassiev | 2016-06-20 | 1 | -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 Abrahams | 2016-03-09 | 1 | -8/+11 |
| | |||||
* | SERVER-22341 fix jslint errors in jstests/sharding with eslint --fix | Mike Grundy | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | SERVER-21009 Remove usages of the multi-argument ShardingTest constructor | Kaloian Manassiev | 2015-10-23 | 1 | -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 servers | Daniel Alabi | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | SERVER-12621 narrow the localhost exception when auth is enabled | Amalia Hawkins | 2014-05-22 | 1 | -3/+1 |
| | |||||
* | SERVER-11555 Replace all occurrences of addUser with createUser in jstests | Spencer T Brody | 2013-11-06 | 1 | -1/+1 |
| | |||||
* | SERVER-10794 Maintain backwards-compatible form of addUser for one more release | Spencer T Brody | 2013-10-11 | 1 | -1/+1 |
| | |||||
* | SERVER-9517 Update tests to pass with new user schema | Spencer T Brody | 2013-09-06 | 1 | -1/+1 |
| | |||||
* | SERVER-6591: added tests for bypassing authentication when connected with a ↵ | Craig Wilson | 2013-02-11 | 1 | -23/+1 |
| | | | | localhost to a server that has no admin users. | ||||
* | SERVER-6622 fix auth.js test on v8 build. | Spencer T Brody | 2012-07-27 | 1 | -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 test | Spencer T Brody | 2012-07-26 | 1 | -1/+2 |
| | |||||
* | SERVER-6549. Use internal permissions when ensuring index in authenticate ↵ | Spencer T Brody | 2012-07-26 | 1 | -0/+38 |
command |