summaryrefslogtreecommitdiff
path: root/jstests/sharding/multi_mongos2.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41777 Call awaitLastOpCommitted() in test with stale mongosBlake Oler2020-04-131-0/+5
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-38/+38
* SERVER-32198 Make ShardedConnectionInfo::getVersion return boost::optionalKaloian Manassiev2018-03-091-18/+8
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-1/+1
* SERVER-30614 Add writeOK checks to JS test writes in missing_key.jsKaloian Manassiev2017-08-141-47/+40
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+3
* SERVER-24105 disable balancer in multi_mongos2.js that does nothing.Dianna Hohensee2016-05-091-8/+0
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-46/+51
* SERVER-22870 rename getServerName and getServerDianna Hohensee2016-02-261-3/+8
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-8/+8
* SERVER-22081 blacklisting tests from the continuous config stepdown suite tha...Dianna Hohensee2016-01-151-2/+1
* SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTestKaloian Manassiev2015-10-271-3/+3
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-231-4/+4
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-0/+1
* SERVER-13402 bulk insert can result in too large chunksRandolph Tan2014-04-211-3/+3
* buildbot multi_mongos2.js balancer now moves small #s of chunks, need to disa...gregs2012-01-021-1/+8
* fix moveChunk on new mongos SERVER-2828Eliot Horowitz2011-05-191-4/+13
* throw StaleConfigException for passthrough command failure with stale config ...Eliot Horowitz2011-05-191-5/+18
* put all connections that are assigned to ShardConnection into sharded state i...Eliot Horowitz2011-05-191-1/+7
* separate test for SERVER-2828Eliot Horowitz2011-03-311-0/+33