summaryrefslogtreecommitdiff
path: root/jstests/sharding/drop_configdb.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-4/+4
|
* SERVER-20801 Make sure we're talking to the config server primary in ↵Spencer T Brody2015-10-071-1/+13
| | | | sharding/drop_configdb.js
* SERVER-19085 Add new suite for running 3-node legacy config serversDaniel Alabi2015-07-021-1/+1
|
* SERVER-17971 Remove separateConfig option from ShardingTest and make its ↵Spencer T Brody2015-04-141-1/+1
| | | | behavior the default
* SERVER-17723 Sharding catalog cacheKaloian Manassiev2015-04-101-10/+7
| | | | | | This change builds a sharding catalog cache on top of the CatalogManager abstraction and use this in place of the direct network calls to the config server.
* SERVER-4237: Make drop_configdb.js use ShardingTestSpencer T Brody2012-07-051-18/+6
|
* SERVER-5967 Fixed the data directory for testSiddharth Singh2012-05-311-3/+3
|
* SERVER-4992 Disable dropDatabase command on configSiddharth Singh2012-05-301-0/+38
i) Diallow completely via mongos ii) And partially if mongod started with --configsvr