summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shardingtest.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24087 Make sure config servers are caught up after ShardingTest starts upRandolph Tan2016-05-181-1/+15
* SERVER-23733 Tests should not write chunkSize to config.settings directlyKaloian Manassiev2016-05-041-15/+12
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-21/+22
* SERVER-22422 Test that write commands support writeConcernJudah Schvimer2016-04-121-1/+4
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-081-2/+3
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-181-25/+29
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-124/+45
* SERVER-22356 add read_only_sharded suiteAdam Midvidy2016-03-101-15/+35
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-251/+278
* SERVER-23018 Clean up JS linting errors in JS testsMike Grundy2016-03-081-1/+1
* SERVER-22948 Assert that starting/stopping the balancer is successfulKaloian Manassiev2016-03-081-2/+2
* SERVER-22969 Remove connectionURLTheSame from the global scopeKamran Khan2016-03-071-0/+39
* SERVER-17468 don't log balancer rounds to the actionlog if no chunks are movedDianna Hohensee2016-02-291-0/+38
* SERVER-22870 rename getServerName and getServerDianna Hohensee2016-02-261-22/+29
* SERVER-22822 prevent mongod stepdown in balance_repl.js and sharding_rs2.jsDianna Hohensee2016-02-261-0/+3
* SERVER-22803 Increase timeout for ShardingTest.{stop/start}BalancerSpencer T Brody2016-02-231-0/+2
* SERVER-22765 Remove unnecessary logging in sharding tests when running on con...Randolph Tan2016-02-221-2/+2
* SERVER-22547 added support for config server replica set options to ShardingTestBenety Goh2016-02-101-0/+1
* SERVER-20838 stopMongod should throw if mongod exits abnormallyJonathan Reams2016-01-191-15/+15
* SERVER-22077 Speed up sharding tests which stop replica set membersKaloian Manassiev2016-01-111-16/+30
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2015-12-231-3/+9
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2015-12-211-1/+1
* SERVER-21050 Cleanup ReplSetTestKaloian Manassiev2015-12-081-194/+250
* SERVER-21719 Add initiateTimeout rsOption for ShardingTestJonathan Abrahams2015-12-031-2/+7
* SERVER-21327 Add bridgeOptions to ReplSetTest and ShardingTest.Max Hirschhorn2015-11-201-7/+42
* SERVER-21215 If the config servers are all down, retry sharding state initial...Spencer T Brody2015-11-181-10/+67
* SERVER-21392 Make CSRS config server updates retryKaloian Manassiev2015-11-171-9/+10
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-111-1/+1
* SERVER-20867 Integrate mongobridge into ShardingTest.Max Hirschhorn2015-11-091-38/+183
* SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTestKaloian Manassiev2015-10-271-649/+627
* SERVER-21009 Move sharding admin calls out of ShardingTestKaloian Manassiev2015-10-271-278/+0
* SERVER-20970 Allow a single-node SCCC config serverKaloian Manassiev2015-10-191-3/+7
* SERVER-20676 Retry move chunk if it fails due to stale chunk boundariesSpencer T Brody2015-10-081-2/+11
* SERVER-20828 Always enable journaling for config servers in tests.Max Hirschhorn2015-10-081-0/+4
* Revert "SERVER-20676 Retry move chunk if it fails due to stale chunk boundaries"Max Hirschhorn2015-10-071-11/+2
* SERVER-20676 Retry move chunk if it fails due to stale chunk boundariesSpencer T Brody2015-10-071-2/+11
* SERVER-20787 Cleanup sharding auth testKaloian Manassiev2015-10-071-5/+5
* SERVER-20604 unblock AwaitData queries if commit level needs updating downstr...Eric Milkie2015-10-061-2/+0
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-4/+9
* SERVER-18786: printShardingStatus/sh.status give info of active mongosesKevin Pulo2015-09-241-0/+48
* SERVER-20494 SERVER-20493 Change CatalogManagerReplicaSet to use Nearest read...Spencer T Brody2015-09-241-0/+3
* Revert "SERVER-18498 Specify protocol version in ReplSetTest's constructor."Jason Rassi2015-09-241-1/+0
* Revert "SERVER-18498 New replica set configurations have protocolVersion=1 by...Jason Rassi2015-09-241-8/+4
* SERVER-20578 ReplSetTest.overflow should wait for replicationKaloian Manassiev2015-09-241-1/+1
* SERVER-18498 Specify protocol version in ReplSetTest's constructor.Siyuan Zhou2015-09-231-5/+2
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultSiyuan Zhou2015-09-231-5/+13
* Revert "SERVER-18786: printShardingStatus/sh.status give info of active mongo...Kevin Pulo2015-09-201-48/+0
* SERVER-18786: printShardingStatus/sh.status give info of active mongosesKevin Pulo2015-09-181-0/+48
* SERVER-18820: make printShardingStatus/sh.status show optional collection fieldsKevin Pulo2015-09-181-0/+18
* SERVER-18272 Update jstests to use allocatePort() instead of hard coding portsCharlie Swanson2015-09-091-101/+130