summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
* SERVER-21158 pull cleanupOrphaned tests from QA-326Misha Tyulenev2015-11-309-112/+645
* SERVER-21384 Enable sharding suites on ephemeral storage enginesCharlie Swanson2015-11-309-4/+38
* SERVER-21527 Cleanup usages of getShard for resolving host to shardKaloian Manassiev2015-11-192-4/+9
* SERVER-21359 let JS registerOperation take nullptrJason Carey2015-11-191-2/+2
* SERVER-21489 Fix broken passthrough suiteKaloian Manassiev2015-11-191-50/+49
* SERVER-21340 Add basic test for sharding server statusRandolph Tan2015-11-191-0/+51
* SERVER-21489 enableSharding should return error if sharding is already enabledKaloian Manassiev2015-11-181-4/+12
* SERVER-21329 Disable moveParanoia by defaultSpencer T Brody2015-11-184-23/+15
* SERVER-21215 If the config servers are all down, retry sharding state initial...Spencer T Brody2015-11-182-2/+70
* SERVER-21233 Sharding config servers should not be pinging the distributed lockRandolph Tan2015-11-176-87/+123
* SERVER-21293 Use more appropriate name for a sharding testKaloian Manassiev2015-11-171-4/+4
* SERVER-21293 Add network timeout to the query fetcherKaloian Manassiev2015-11-161-0/+44
* SERVER-20941 Update v8-specific code and comments in JS testsKamran Khan2015-11-132-15/+9
* SERVER-21435 Use a new shard instead of re-using an existing one in addshard5...Spencer T Brody2015-11-121-11/+8
* SERVER-21256 New sharding test suite configurations using mongo shell --readM...Jonathan Abrahams2015-11-121-2/+9
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-1129-42/+109
* SERVER-21193 mongos claims that config db is empty on CSRS clusterRandolph Tan2015-11-112-6/+23
* SERVER-21272 Make replica set monitor retry finding hostsKaloian Manassiev2015-11-111-13/+8
* SERVER-21222 minOpTime recovery should only be written if the config server i...Randolph Tan2015-11-102-5/+43
* SERVER-21365 Fix expectations in conn_pool_stats.jssamantharitter2015-11-091-2/+2
* SERVER-20867 Integrate mongobridge into ShardingTest.Max Hirschhorn2015-11-091-2/+1
* SERVER-21186 Make actionLog format the same as changeLog'sKaloian Manassiev2015-11-031-36/+43
* SERVER-12746: Fix assert() calls with constant-value argsKevin Pulo2015-10-303-3/+3
* SERVER-21149 Make sure that ShardRegistry is aware of any node that the Remot...Spencer T Brody2015-10-291-0/+42
* SERVER-20694 Wait for nodes to catch up in csrs_upgrade.js by monitoring repl...Andy Schwerin2015-10-281-4/+28
* SERVER-21103 Top chunk optimization is not being triggered when there is no b...Randolph Tan2015-10-281-2/+2
* SERVER-21102 Add more basic tests for split and auto splitRandolph Tan2015-10-272-2/+96
* SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTestKaloian Manassiev2015-10-2725-148/+367
* SERVER-21108 eliminate unnecessary reconfig from mongos_no_replica_set_refres...Benety Goh2015-10-261-18/+33
* SERVER-21098 Clean up some sharding jstests to allow them to run under both C...Spencer T Brody2015-10-238-50/+304
* SERVER-21082 Add more basic tests for addShard and removeShardRandolph Tan2015-10-235-16/+71
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-2368-169/+1164
* SERVER-20970 Allow a single-node SCCC config serverKaloian Manassiev2015-10-191-0/+36
* SERVER-20367 Remove references to geoWalk commandJudah Schvimer2015-10-151-1/+0
* SERVER-20360: Do writecmd vectored write inside one currentOpMartin Bligh2015-10-151-5/+4
* SERVER-20780 Don't shut down the primary when there could be unreplicated wri...Spencer T Brody2015-10-132-16/+35
* SERVER-20891 User-initiated writes to the config server must use w:majority w...Spencer T Brody2015-10-132-84/+6
* SERVER-20646 Cluster find command per-host retry logicKaloian Manassiev2015-10-131-5/+5
* SERVER-20836 copydb with invalid db name crashes mongosRandolph Tan2015-10-131-1/+7
* SERVER-20283 Update connPoolStats command to include multiple connection poolssamantharitter2015-10-131-0/+35
* SERVER-19410 Delete test verifying maxTimeMS tracking for mongos opsJason Rassi2015-10-121-15/+5
* SERVER-20722 fix tests that create configsvrs explicitly to pass journal as wellmatt dannenberg2015-10-095-7/+18
* SERVER-20194 Added user query test on SCCC config serversYunhe (John) Wang2015-10-091-0/+348
* SERVER-20676 Retry move chunk if it fails due to stale chunk boundariesSpencer T Brody2015-10-082-1/+30
* SERVER-20817 alter conf_server_write_concern.js to have a sufficiently large ...matt dannenberg2015-10-081-2/+2
* Revert "SERVER-20676 Retry move chunk if it fails due to stale chunk boundaries"Max Hirschhorn2015-10-072-30/+1
* SERVER-19934 Sharding config minOpTime recoveryKaloian Manassiev2015-10-071-16/+18
* SERVER-20676 Retry move chunk if it fails due to stale chunk boundariesSpencer T Brody2015-10-072-1/+30
* SERVER-20646 Move stale_clustered.js to the sharding suiteKaloian Manassiev2015-10-071-0/+129
* SERVER-20805 Add '_waitForDelete: true' to some sharding testsKaloian Manassiev2015-10-072-8/+26