Commit Graph

7 Commits

Author SHA1 Message Date
Kaloian Manassiev
38e5c4febb SERVER-21009 Get rid of some unused/unnecessary methods in ShardingTest
Removes shardGo in lieu of shardColl and removes setBalancer because it
duplicates functionality, which is already in sh.
2015-10-27 08:24:24 -04:00
Kevin Pulo
63863aefa2 SERVER-18796: sh.status() show 'dropped:false' colls again
Specifically:

* printShardingStatus()/sh.status() show collections with missing 'dropped' field
* Don't omit 'dropped:false' in config.collections
* Add jstest for basic validation of printShardingStatus() output
2015-07-13 23:22:35 +10:00
Kaloian Manassiev
4777fb87f3 SERVER-18024 Move collection metadata loading under the catalog manager
Cleans up the CollectionType parsing code and moves all the collection
metadata retrieval logic under the catalog manager.

Also moves type_collection.* under the catalog manager library.
2015-04-21 14:31:46 -04:00
Spencer T Brody
49fd6dbb2b SERVER-11555 Replace all occurrences of addUser with createUser in jstests 2013-11-06 17:11:39 -05:00
Spencer T Brody
f0c6cebd73 SERVER-10794 Maintain backwards-compatible form of addUser for one more release 2013-10-11 18:14:12 -04:00
Spencer T Brody
ec23a4a358 SERVER-9517 Update tests to pass with new user schema 2013-09-06 12:31:22 -04:00
Dan Pasette
ac08508bd4 SERVER-7641 - added jstest mrShardedOutputAuth.js 2013-01-19 13:50:27 -05:00