From fac5571f67e23a1339e20e0621bab0ba2a6b7163 Mon Sep 17 00:00:00 2001 From: Greg Studer Date: Fri, 12 Sep 2014 13:41:12 -0400 Subject: 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 --- jstests/sharding/hash_shard_non_empty.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jstests/sharding/hash_shard_non_empty.js') diff --git a/jstests/sharding/hash_shard_non_empty.js b/jstests/sharding/hash_shard_non_empty.js index f45e1c2113c..25335f16610 100644 --- a/jstests/sharding/hash_shard_non_empty.js +++ b/jstests/sharding/hash_shard_non_empty.js @@ -1,4 +1,5 @@ // Hash sharding on a non empty collection should not pre-split. +// @tags : [ hashed ] var s = new ShardingTest({ name : jsTestName(), shards : 3, mongos : 1, verbose : 1 }); var dbname = "test"; -- cgit v1.2.1