summaryrefslogtreecommitdiff
path: root/jstests/sharding/key_many.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-23/+21
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-138/+223
|
* SERVER-22870 rename getServerName and getServerDianna Hohensee2016-02-261-1/+1
|
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-1/+1
|
* SERVER-20519 Set random seed, assert if seed not set and random function is ↵Jonathan Abrahams2015-12-311-0/+2
| | | | invoked.
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2015-12-211-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 constructorKaloian Manassiev2015-10-231-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 databasesRandolph Tan2015-05-151-0/+1
|
* SERVER-15674 Auto split of low top chunk does not move it to appropriate ↵Randolph Tan2014-12-051-3/+3
| | | | shard node
* SERVER-13425 migrate sharding jstest suite to use write commands apiRandolph Tan2014-04-211-5/+5
|
* SERVER-10232 better migration stats to detect TO-side readinessRandolph Tan2013-12-021-8/+2
| | | | Undo temporarly band aids by SERVER-11122 and SERVER-11301
* SERVER-11301 added retry logic to movechunk commands for slow hostsBenety Goh2013-10-281-2/+9
|
* SERVER-9365 make forced halfway split work with chunks with many docsGreg Studer2013-07-221-1/+1
| | | | Additional test fixes.
* SERVER-7376 test fixes for 2.2Greg Studer2012-10-171-1/+1
|
* buildbot turn off balancer bf moving chunks manually in key_many.jsgregs2011-10-051-0/+1
|
* an immediate second move may fail so make tests rely on one move onlyAlberto Lerner2010-10-231-2/+1
|
* all split requests now go through new logicAlberto Lerner2010-10-221-0/+1
|
* fix typo in testMathias Stearn2010-10-201-3/+3
|
* make indexe differences warning in statsEliot Horowitz2010-07-221-0/+1
|
* Compound key sharding test now passes SERVER-951Mathias Stearn2010-07-161-2/+11
|
* Commented out compound key test SERVER-951 SERVER-1404Mathias Stearn2010-07-141-1/+13
|
* test for sharded $orMathias Stearn2010-06-281-0/+5
|
* mongod chunk filtering seems to be working SERVER-943Eliot Horowitz2010-06-151-1/+1
|
* fix broken tests for SERVER-1065Mathias Stearn2010-04-291-2/+3
|
* broken testEliot Horowitz2010-04-291-0/+2
|
* Test for sharded coll.stats() SERVER-934Mathias Stearn2010-04-261-0/+6
|
* Use FieldRangeSet to pick chunks for queries. SERVER-954 SERVER-952 SERVER-947Mathias Stearn2010-04-121-0/+1
|
* sharding debugginEliot Horowitz2010-03-201-7/+8
|
* Make sharded upserts work if shard key is in queryMathias Stearn2010-01-051-0/+3
|
* add test for object as shardkeyMathias Stearn2009-12-141-0/+1
|
* fix sharding on _id when _id is missing SHARDING-55Eliot Horowitz2009-11-191-1/+2
|
* Support embedded fields for shard keys. SHARDING-48Mathias Stearn2009-11-041-22/+45
| | | | Needs more testing.
* make sharding key_many double test use doublesMathias Stearn2009-11-041-1/+1
|
* fix sharded multi-update and testEliot Horowitz2009-10-301-3/+10
|
* ensureing index on _id shouldn't cause an errorEliot Horowitz2009-10-291-0/+3
|
* more work on various shard key types, an update fixEliot Horowitz2009-10-291-4/+8
|
* some work on _id sharding, and more test harness SHARDING-50Eliot Horowitz2009-10-291-22/+45
|
* sharding test for various key typesEliot Horowitz2009-10-281-0/+56