Commit Graph

8 Commits

Author SHA1 Message Date
Kaloian Manassiev
706ac90265 SERVER-21186 Make all sharding tests use default verbosity of 1
The default ShardingTest verbosity is currently zero, but we have many
tests, which bump it to 1 and even higher.

Since verbosity level of 0 is sometimes insufficient for investigating
transient failures, this change makes the default to be 1 and removes all
places, which explicitly make it 1 or higher.
2015-11-11 11:01:18 -05:00
Randolph Tan
280fbae904 SERVER-18044 Make sharding test explicitly set primary shards for databases 2015-05-15 10:11:31 -04:00
Greg Studer
e88273ac94 SERVER-1424 (re)smoke tag parsing and new test library, v0
Includes:
- Smoke.py options for filtering by jstest tags
- New resmoke.py test utility in v0 alpha
- Lots of example resmoke configurations
- SCons integration for unittests
- Sample tagged jstests
2014-09-18 14:37:45 -04:00
Greg Studer
4677734e7a Revert "SERVER-1424 (re)smoke tag parsing and new test library, v0"
This reverts commit fac5571f67.
2014-09-15 19:42:10 -04:00
Greg Studer
fac5571f67 SERVER-1424 (re)smoke tag parsing and new test library, v0
Includes:
- Smoke.py options for filtering by jstest tags
- New resmoke.py test utility in v0 alpha
- Lots of example resmoke configurations
- SCons integration for unittests
- Sample tagged jstests
2014-09-15 19:05:15 -04:00
Randolph Tan
ec176dd577 SERVER-10232 better migration stats to detect TO-side readiness
Undo temporarly band aids by SERVER-11122 and SERVER-11301
2013-12-02 17:45:24 -05:00
Benety Goh
5bdf45f7e8 SERVER-11122 wrap move chunk admin command in a retry loop to handle case when destination shard is not ready 2013-10-10 10:09:56 -04:00
Randolph Tan
0a590e4208 SERVER-8187 Usability issues with splitting + hashed shard keys
Added new option for splitting keys on a cluster using hashed shard keys.
2013-02-01 15:16:47 -05:00