summaryrefslogtreecommitdiff
path: root/jstests/sharding/sharding_rs2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-161-4/+3
|
* SERVER-25910 fail setShardVersion on mongod if not running with --shardsvrEsha Maharishi2016-09-071-1/+1
|
* SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'Kaloian Manassiev2016-06-201-24/+21
| | | | | | | | 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-2/+8
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-190/+187
|
* SERVER-22870 rename getServerName and getServerDianna Hohensee2016-02-261-4/+4
|
* SERVER-22822 prevent mongod stepdown in balance_repl.js and sharding_rs2.jsDianna Hohensee2016-02-261-6/+27
|
* SERVER-22765 Remove unnecessary logging in sharding tests when running on ↵Randolph Tan2016-02-221-2/+2
| | | | continuous stepdown suite
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-25/+25
|
* 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.