summaryrefslogtreecommitdiff
path: root/jstests/sharding/shard6.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-20794 Clean up some more sharding tests and wait for movePrimary to ↵Spencer T Brody2015-10-071-1/+1
| | | | be visible where needed
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-0/+1
|
* turn off balancer during testEliot Horowitz2012-07-151-0/+2
|
* diagnositcs for shard6Eliot Horowitz2012-06-231-0/+1
|
* don't allow sharding admin db SERVER-2086Eliot Horowitz2011-03-311-0/+3
|
* make client -> mongod connection static SERVER-956Eliot Horowitz2010-05-191-1/+2
|
* fix how pooling and get more workEliot Horowitz2010-04-291-7/+55
|
* skip for sharding SERVER-1022Eliot Horowitz2010-04-141-1/+19
|
* re-enable old testEliot Horowitz2010-01-191-5/+4
|
* fix broken sharding tests (and comment one out)Mathias Stearn2010-01-071-4/+5
|
* rename some sharding commands.dwight2009-08-301-2/+2
|
* Sharding: save() support SHARDING-17Eliot Horowitz2009-06-041-0/+16
|
* Sharding: remove special case for single server since it falls down on ↵Eliot Horowitz2009-04-211-0/+23
certain cases. and a small cursor bug fix