summaryrefslogtreecommitdiff
path: root/jstests/sharding
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-22732 assert.contains() has unreachable code after returnMike Grundy2016-02-251-11/+11
* SERVER-22590 improve applyChunkOpsDeprecated to check for false failures in c...Dianna Hohensee2016-02-251-2/+2
* SERVER-22184 check for the new error format in peekErrorAdam Midvidy2016-02-251-0/+23
* SERVER-22276 SERVER-22277 implement "j" flag in write concern apply to second...matt dannenberg2016-02-241-1/+1
* SERVER-22299 add test to verify mongod upgrades to csrs mode on receiving mov...Esha Maharishi2016-02-181-0/+106
* SERVER-22428 added logging for read-after-optime timeoutsBenety Goh2016-02-182-0/+75
* SERVER-21758 Test behavior when 'nearest' config server has severe replicatio...Randolph Tan2016-02-181-0/+35
* SERVER-22553 mongos_shard_failure_tolerance.js should not rely on order of sh...Kaloian Manassiev2016-02-171-74/+72
* SERVER-22543 multi_write_target.js should not rely on order of shard idsKaloian Manassiev2016-02-171-42/+37
* SERVER-22297 More CSRS upgrade tests during {agg,count,distinct,group}Spencer T Brody2016-02-175-1/+367
* SERVER-22297 Add more targetted jstests for csrs upgrade during crud and map ...Spencer T Brody2016-02-174-9/+176
* SERVER-22297 Add framework for writing tests that perform CSRS upgrade, conve...Spencer T Brody2016-02-172-315/+77
* SERVER-22341 fix jslint errors in v3.2 that weren't in master with eslint --fixMike Grundy2016-02-167-21/+21
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-16127-1141/+1141
* SERVER-20290 Fixing race condition in donor_shard_abort_and_start_new_migrati...Dianna Hohensee2016-02-031-3/+3
* SERVER-20290 Introduce migration session id, with testDianna Hohensee2016-02-021-0/+191
* SERVER-21896 reload ChunkManager cache when shard does not existsMisha Tyulenev2016-02-011-0/+48
* SERVER-21597 Fix connPoolStats to work with many NetworkInterfacessamantharitter2016-01-291-23/+7
* SERVER-18671 SecondaryPreferred can end up using unversioned connectionsRandolph Tan2016-01-292-1/+38
* SERVER-21678 setting fromMigrate flag for deletes in oplogDianna Hohensee2016-01-271-0/+166
* SERVER-22232 Increase logging to diagnose build failure in csrs_upgrade_durin...Spencer T Brody2016-01-271-2/+4
* SERVER-22249 disabling balancer in sharding stats.js test because it can conf...Dianna Hohensee2016-01-261-4/+1
* SERVER-22303 Wait longer for initial sync to finish in csrs_upgrade_during_mi...Spencer T Brody2016-01-251-1/+1
* SERVER-21382 fixing sharding migration to transfer only document deletions re...Dianna Hohensee2016-01-221-0/+123
* SERVER-22232 Wait for secondaries to catch up before starting new migration i...Spencer T Brody2016-01-201-0/+7
* SERVER-22099 remove an unreliable check in cleanupOrphaned testMisha Tyulenev2016-01-191-7/+0
* Revert "SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommand"Spencer T Brody2016-01-142-0/+156
* SERVER-22112 Remove circular dependency between CatalogManager and CatalogCacheKaloian Manassiev2016-01-141-9/+12
* SERVER-22079 Make sharding_rs1.js more compactKaloian Manassiev2016-01-142-0/+64
* SERVER-20037 After CatalogManager swap release distributed locks held by old ...Spencer T Brody2016-01-132-21/+42
* SERVER-22154 Blacklist csrs upgrade tests on in-memory storage engineSpencer T Brody2016-01-132-0/+6
* SERVER-20580 Re-enable csrs_upgrade_during_migrate.js testSpencer T Brody2016-01-132-34/+8
* SERVER-20422 SERVER-21995 Allow overriding the cached config server string in...Spencer T Brody2016-01-131-13/+21
* SERVER-20694 Catch IncompatibleCatalogManager errors in cluster find codeSpencer T Brody2016-01-131-5/+7
* SERVER-21883 Remove _testDistLockWithSkew and _skewClockCommandRandolph Tan2016-01-132-156/+0
* SERVER-22027 Sharding should not retry killed operationsKaloian Manassiev2016-01-133-65/+63
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2016-01-132-24/+22
* SERVER-21978 move_primary_basic.js should always set a fixed primary shardKaloian Manassiev2016-01-131-0/+2
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2016-01-1310-148/+151
* SERVER-21894 Remove unused 'hashed' resmoke.py tags from JS testsJonathan Abrahams2016-01-119-11/+0
* SERVER-21996 Wait for replication to all nodes before shutting down config se...r3.2.1-rc1Spencer T Brody2015-12-231-0/+4
* SERVER-21910 Use fullOptions instead of commandLine to restart server in min_...Randolph Tan2015-12-221-1/+1
* SERVER-21893 Fix dbHash result check for number of collections.Jonathan Abrahams2015-12-211-1/+2
* SERVER-21704 JS Test single_node_config_server_smoke has race conditionRandolph Tan2015-12-151-1/+2
* SERVER-21706 error when mapReduce outputs to config or admin dbMisha Tyulenev2015-12-141-0/+16
* SERVER-21076 Add jstest for mapReduce and aggregation properly handling shard...Spencer T Brody2015-12-142-1/+65
* SERVER-21871 Do not run min_optime_recovery.js on ephemeralForTest storageEngineRandolph Tan2015-12-141-0/+4
* SERVER-21768 Remove the 'numCollections' field from dbHash's responseJonathan Abrahams2015-12-111-1/+4
* SERVER-21848 CSRS catalog manager should not allow batch writes greater than 1Kaloian Manassiev2015-12-111-48/+47
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-114-96/+104