Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-23971 Clang-Format code | Mark Benvenuto | 2016-05-28 | 1 | -23/+21 |
| | |||||
* | SERVER-22468 Format JS code with approved style in jstests/ | Jonathan Abrahams | 2016-03-09 | 1 | -138/+223 |
| | |||||
* | SERVER-22870 rename getServerName and getServer | Dianna Hohensee | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | SERVER-22341 fix jslint errors in jstests/sharding with eslint --fix | Mike Grundy | 2016-02-09 | 1 | -1/+1 |
| | |||||
* | SERVER-20519 Set random seed, assert if seed not set and random function is ↵ | Jonathan Abrahams | 2015-12-31 | 1 | -0/+2 |
| | | | | invoked. | ||||
* | SERVER-21050 Continuous config stepdown logging changes | Kaloian Manassiev | 2015-12-21 | 1 | -82/+92 |
| | | | | | | This commit is part of the overall change to enable continuous config server stepdown and it includes improvements to logging and test validation. It does not actually enable the stepdown thread. | ||||
* | SERVER-21009 Remove usages of the multi-argument ShardingTest constructor | Kaloian Manassiev | 2015-10-23 | 1 | -10/+5 |
| | | | | | | | | No functional changes, just converting everything to use the JSON-based constructor. Also moves some sharding-specific tests out of noPassthroughWithMongod and under the sharding suite. | ||||
* | SERVER-18044 Make sharding test explicitly set primary shards for databases | Randolph Tan | 2015-05-15 | 1 | -0/+1 |
| | |||||
* | SERVER-15674 Auto split of low top chunk does not move it to appropriate ↵ | Randolph Tan | 2014-12-05 | 1 | -3/+3 |
| | | | | shard node | ||||
* | SERVER-13425 migrate sharding jstest suite to use write commands api | Randolph Tan | 2014-04-21 | 1 | -5/+5 |
| | |||||
* | SERVER-10232 better migration stats to detect TO-side readiness | Randolph Tan | 2013-12-02 | 1 | -8/+2 |
| | | | | Undo temporarly band aids by SERVER-11122 and SERVER-11301 | ||||
* | SERVER-11301 added retry logic to movechunk commands for slow hosts | Benety Goh | 2013-10-28 | 1 | -2/+9 |
| | |||||
* | SERVER-9365 make forced halfway split work with chunks with many docs | Greg Studer | 2013-07-22 | 1 | -1/+1 |
| | | | | Additional test fixes. | ||||
* | SERVER-7376 test fixes for 2.2 | Greg Studer | 2012-10-17 | 1 | -1/+1 |
| | |||||
* | buildbot turn off balancer bf moving chunks manually in key_many.js | gregs | 2011-10-05 | 1 | -0/+1 |
| | |||||
* | an immediate second move may fail so make tests rely on one move only | Alberto Lerner | 2010-10-23 | 1 | -2/+1 |
| | |||||
* | all split requests now go through new logic | Alberto Lerner | 2010-10-22 | 1 | -0/+1 |
| | |||||
* | fix typo in test | Mathias Stearn | 2010-10-20 | 1 | -3/+3 |
| | |||||
* | make indexe differences warning in stats | Eliot Horowitz | 2010-07-22 | 1 | -0/+1 |
| | |||||
* | Compound key sharding test now passes SERVER-951 | Mathias Stearn | 2010-07-16 | 1 | -2/+11 |
| | |||||
* | Commented out compound key test SERVER-951 SERVER-1404 | Mathias Stearn | 2010-07-14 | 1 | -1/+13 |
| | |||||
* | test for sharded $or | Mathias Stearn | 2010-06-28 | 1 | -0/+5 |
| | |||||
* | mongod chunk filtering seems to be working SERVER-943 | Eliot Horowitz | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | fix broken tests for SERVER-1065 | Mathias Stearn | 2010-04-29 | 1 | -2/+3 |
| | |||||
* | broken test | Eliot Horowitz | 2010-04-29 | 1 | -0/+2 |
| | |||||
* | Test for sharded coll.stats() SERVER-934 | Mathias Stearn | 2010-04-26 | 1 | -0/+6 |
| | |||||
* | Use FieldRangeSet to pick chunks for queries. SERVER-954 SERVER-952 SERVER-947 | Mathias Stearn | 2010-04-12 | 1 | -0/+1 |
| | |||||
* | sharding debuggin | Eliot Horowitz | 2010-03-20 | 1 | -7/+8 |
| | |||||
* | Make sharded upserts work if shard key is in query | Mathias Stearn | 2010-01-05 | 1 | -0/+3 |
| | |||||
* | add test for object as shardkey | Mathias Stearn | 2009-12-14 | 1 | -0/+1 |
| | |||||
* | fix sharding on _id when _id is missing SHARDING-55 | Eliot Horowitz | 2009-11-19 | 1 | -1/+2 |
| | |||||
* | Support embedded fields for shard keys. SHARDING-48 | Mathias Stearn | 2009-11-04 | 1 | -22/+45 |
| | | | | Needs more testing. | ||||
* | make sharding key_many double test use doubles | Mathias Stearn | 2009-11-04 | 1 | -1/+1 |
| | |||||
* | fix sharded multi-update and test | Eliot Horowitz | 2009-10-30 | 1 | -3/+10 |
| | |||||
* | ensureing index on _id shouldn't cause an error | Eliot Horowitz | 2009-10-29 | 1 | -0/+3 |
| | |||||
* | more work on various shard key types, an update fix | Eliot Horowitz | 2009-10-29 | 1 | -4/+8 |
| | |||||
* | some work on _id sharding, and more test harness SHARDING-50 | Eliot Horowitz | 2009-10-29 | 1 | -22/+45 |
| | |||||
* | sharding test for various key types | Eliot Horowitz | 2009-10-28 | 1 | -0/+56 |