summaryrefslogtreecommitdiff
path: root/jstests/sharding/shard_keycount.js
diff options
context:
space:
mode:
authorEric Milkie <milkie@10gen.com>2012-03-02 14:57:02 -0500
committerEric Milkie <milkie@10gen.com>2012-03-02 14:57:52 -0500
commit6827918b74d9e45b1bd9e5b72463ae5b1fc5aced (patch)
treeab078d0298433588f737ba02ee7b796f02089820 /jstests/sharding/shard_keycount.js
parent2f744edba75bc015a402a7ccc6b8d2c6d7012f1f (diff)
downloadmongo-6827918b74d9e45b1bd9e5b72463ae5b1fc5aced.tar.gz
fix test name for fewer unit test collisions with shard1.js
Diffstat (limited to 'jstests/sharding/shard_keycount.js')
-rw-r--r--jstests/sharding/shard_keycount.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/shard_keycount.js b/jstests/sharding/shard_keycount.js
index e27c054c056..6c190699a2f 100644
--- a/jstests/sharding/shard_keycount.js
+++ b/jstests/sharding/shard_keycount.js
@@ -1,6 +1,6 @@
// Tests splitting a chunk twice
-s = new ShardingTest( "shard1" , 2, 0, 1, /* chunkSize */1);
+s = new ShardingTest( "shard_keycount" , 2, 0, 1, /* chunkSize */1);
dbName = "test"
collName = "foo"