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 | -7/+2 |
| | | | | after auth cluster time gossiping fix | ||||
* | SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵ | James Wahlin | 2019-08-14 | 1 | -2/+2 |
| | | | | assert.commandWorked() | ||||
* | SERVER-41772 Apply clang-format 7.0.1 to the codebase | clang-format-7.0.1 | 2019-07-27 | 1 | -109/+108 |
| | |||||
* | SERVER-32052 Update ShardingTest to default to starting shard servers as ↵ | jannaerin | 2018-03-09 | 1 | -2/+7 |
| | | | | replica sets | ||||
* | SERVER-25640 terminate running processes in jstests | Kevin Albertson | 2018-02-08 | 1 | -0/+1 |
| | |||||
* | SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos' | Kaloian Manassiev | 2016-06-20 | 1 | -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 code | Mark Benvenuto | 2016-05-28 | 1 | -6/+2 |
| | |||||
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 1 | -110/+109 |
| | |||||
* | SERVER-22341 fix jslint errors in jstests/sharding with eslint --fix | Mike Grundy | 2016-02-09 | 1 | -2/+2 |
| | |||||
* | SERVER-21009 Remove usages of the multi-argument ShardingTest constructor | Kaloian Manassiev | 2015-10-23 | 1 | -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 api | Randolph Tan | 2014-04-21 | 1 | -9/+2 |
| | |||||
* | SERVER-11555 Replace all occurrences of addUser with createUser in jstests | Spencer T Brody | 2013-11-06 | 1 | -2/+2 |
| | |||||
* | SERVER-9515 SERVER-6246 SERVER-9517 Instead of "name", in user objects use ↵ | Spencer T Brody | 2013-10-10 | 1 | -1/+1 |
| | | | | "user" and in role objects use "role" | ||||
* | SERVER-6246 SERVER-9515 Rename removeUser and removeRole commands to ↵ | Spencer T Brody | 2013-10-06 | 1 | -1/+1 |
| | | | | dropUser/dropRole | ||||
* | SERVER-9517 Rename "source" field for users and roles to "db" | Spencer T Brody | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | SERVER-9517 Update tests to pass with new user schema | Spencer T Brody | 2013-09-06 | 1 | -2/+1 |
| | |||||
* | SERVER-6246 Restrict direct removes from system.users, add a shell helper to ↵ | Spencer T Brody | 2013-08-01 | 1 | -1/+1 |
| | | | | use the removeUser command, and update tests to use the helper | ||||
* | SERVER-8104 regression tests. | Andy Schwerin | 2013-03-12 | 1 | -0/+119 |