summaryrefslogtreecommitdiff
path: root/jstests/sharding/enable_sharding_basic.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-3/+3
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-39/+38
|
* SERVER-32052 Update ShardingTest to default to starting shard servers as ↵jannaerin2018-03-091-2/+3
| | | | replica sets
* SERVER-29027 Allow collections in the config db to be shardedsamantharitter2017-09-281-3/+0
|
* SERVER-31204 Forward-port changes to enable_sharding_basic.jsKaloian Manassiev2017-09-221-19/+28
|
* SERVER-29660 move the logic of the enableSharding into the new ↵Jessica Yu2017-07-221-5/+4
| | | | | | _configsvrEnableSharding command SERVER-30168 Make the _configsvrEnableSharding command idempotent
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-35/+33
|
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-1/+1
|
* SERVER-21136 add basic tests for enableSharding commandMisha Tyulenev2015-12-101-0/+55