summaryrefslogtreecommitdiff
path: root/jstests/sharding/sharding_rs2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-111-89/+99
| | | | | Makes all JS tests access the replica set member state from the class itself instead of the object instance. Also removes some unused code.
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-8/+8
| | | | | | This is just a cleanup work to hide some of the private state of ReplSetTest so it is easier to encapsulate and add new logic. Also enables strict mode.
* SERVER-21384 Enable sharding suites on ephemeral storage enginesCharlie Swanson2015-11-301-1/+5
|
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-111-3/+2
| | | | | | | | | The default ShardingTest verbosity is currently zero, but we have many tests, which bump it to 1 and even higher. Since verbosity level of 0 is sometimes insufficient for investigating transient failures, this change makes the default to be 1 and removes all places, which explicitly make it 1 or higher.
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-231-0/+222
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.