summaryrefslogtreecommitdiff
path: root/jstests/sharding/remove2.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-35591 Remove MMAPv1 testingGeert Bosch2018-06-251-2/+1
|
* SERVER-31579 Tag specific sharding tests as being resource intensiveEddie Louie2017-10-181-2/+8
|
* SERVER-30511 call checkUUIDsConsistentAcrossCluster() before shutting down a ↵Esha Maharishi2017-09-251-0/+4
| | | | ShardingTest
* SERVER-28999 Fix lint on remove2.jsADAM David Alan Martin2017-04-271-3/+3
|
* SERVER-28983 Fix undefined behaviour for the 'aggregate' commandKaloian Manassiev2017-04-271-176/+184
|
* SERVER-27766 Set test names in ShardingTest and ReplicaSetSet automaticallyMathias Stearn2017-01-241-1/+1
|
* SERVER-26435 Refactor replsettest.js to reduce sizeJames Wahlin2016-10-171-1/+3
|
* SERVER-26332 remove unnecessary check that RangeDeleter has run after ↵Esha Maharishi2016-10-051-21/+10
| | | | removeShard in remove2.js
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-121-3/+3
|
* Revert "SERVER-22663 Make --shardsvr required for a mongod to be used as a ↵Esha Maharishi2016-08-111-3/+3
| | | | | | shard" This reverts commit d1223a8ad44d6bc91766f0bd05a08820cdb1fdea.
* SERVER-22663 Make --shardsvr required for a mongod to be used as a shardEsha Maharishi2016-08-111-3/+3
|
* SERVER-23192 periodically reload ShardRegistry from the catalogMisha Tyulenev2016-08-011-11/+4
|
* SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'Kaloian Manassiev2016-06-201-7/+0
| | | | | | | | This change makes auth tests with 3.2 mongos, which need to control the balancer state to go through a special control mongos instance running version 3.4. This reverts commit bfde0ecb1ca31c35a37f90a7706987acc0c217f7.
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-92/+85
|
* SERVER-22765 Remove unnecessary logging in sharding tests when running on ↵Randolph Tan2016-02-221-1/+1
| | | | continuous stepdown suite
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-10/+10
|
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to ↵matt dannenberg2016-02-041-1/+2
| | | | secondary as well as primary
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-111-1/+0
| | | | | | | | | The default ShardingTest verbosity is currently zero, but we have many tests, which bump it to 1 and even higher. Since verbosity level of 0 is sometimes insufficient for investigating transient failures, this change makes the default to be 1 and removes all places, which explicitly make it 1 or higher.
* SERVER-20537 fix leak of remote cursor in AsyncResultsMergerDavid Storch2015-09-241-3/+0
| | | | | | If ARM::kill() was called before the find command response was received, the callback for the outstanding find command would be cancelled. As a result, the cursor id in need of a kill was never received, and the cursor was left alive.
* SERVER-20194 use the new mongos query path by default for legacy ↵David Storch2015-09-221-0/+3
| | | | | | | OP_QUERY/OP_GET_MORE reads Explicitly configures yet-to-be-debugged tests to use the old mongos query path by setting useClusterClientCursor=false.
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-091-4/+1
|
* SERVER-18044 Make sharding test explicitly set primary shards for databasesRandolph Tan2015-05-151-10/+10
|
* SERVER-9710 remove _nosleep check for balancerRandolph Tan2014-06-051-3/+3
|
* SERVER-12605 update ShardingTest to turn off balancer by defaultdaveh862014-05-121-1/+2
| | | | Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-13425 migrate sharding jstest suite to use write commands apiRandolph Tan2014-04-211-3/+4
|
* SERVER-10120 remove2.js buildbot timeout too aggressiveGreg Studer2013-07-081-3/+3
|
* SERVER-8836 remove2.js wait for deletion on migration until the resolution ↵Greg Studer2013-05-161-0/+6
| | | | of SERVER-8598
* make remove2 more reliableEliot Horowitz2013-01-011-4/+18
|
* try to make sharding tests more reliable when needing balancing to be doneEliot Horowitz2012-12-311-2/+1
|
* buildbot remove2.js needs to wait for migration to be totally overGreg Studer2012-06-201-192/+201
| | | | we now wait for the lock before dropping db
* buildbot move sharding tests out of the way so other tests can completegregs2012-06-181-192/+192
|
* Buildbot - put ShardingTest back to the same layout as it started up with so ↵Spencer T Brody2012-06-141-0/+14
| | | | that the test can be cleaned up properly.
* Clean up ReplicaSetMonitor when the whole set has been down for a long time. ↵Spencer T Brody2012-06-121-0/+178
SERVER-4581