summaryrefslogtreecommitdiff
path: root/jstests/sharding/count_slaveok.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-69/+65
|
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-17/+17
|
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-7/+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-21009 Get rid of some unused/unnecessary methods in ShardingTestKaloian Manassiev2015-10-271-13/+12
| | | | | Removes shardGo in lieu of shardColl and removes setBalancer because it duplicates functionality, which is already in sh.
* SERVER-14914 Stop using waitForHealth in ReplSetTest.stopRandolph Tan2014-08-191-1/+1
|
* SERVER-13425 migrate sharding jstest suite to use write commands apiRandolph Tan2014-04-211-5/+3
|
* SERVER-5797Randolph Tan2012-06-071-4/+8
| | | | | Makre ReplicaSetMonitor fail fast when no usable master is available. Bypass shard version checking in mongos for slaveOk ops (short term hack).
* SERVER-5797 Uncaught exception in count_slaveok.jsRandolph Tan2012-05-221-0/+3
| | | | | | Rewrote the count command in mongos to use ShardStrategy::commandOP and push handling of StaleConfigException to the caller. Also modified ParallelSortClusteredCursor to handle SyncClusterConnection not allowing the call method to be used on commands.
* fix for sharding slaveokgregs2011-08-091-1/+1
|
* same fix for count_slaveok.jsgregs2011-07-281-0/+6
|
* test for count and distinct with slaveok SERVER-3405gregs2011-07-271-0/+63