summaryrefslogtreecommitdiff
path: root/jstests/sharding/hash_shard_unique_compound.js
diff options
context:
space:
mode:
authorScott Hernandez <scotthernandez@gmail.com>2013-11-14 07:05:28 -0500
committerScott Hernandez <scotthernandez@gmail.com>2013-11-14 07:05:28 -0500
commit48268f23932ed93e69054eaa7e34b8d9c79a8008 (patch)
tree3d49a04fe026592460b8afaba1c7708106418107 /jstests/sharding/hash_shard_unique_compound.js
parent423a65720edb43703cca9aef04592c709afbd9b7 (diff)
downloadmongo-48268f23932ed93e69054eaa7e34b8d9c79a8008.tar.gz
SERVER-11324: fix for wrong test change
Diffstat (limited to 'jstests/sharding/hash_shard_unique_compound.js')
-rw-r--r--jstests/sharding/hash_shard_unique_compound.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/hash_shard_unique_compound.js b/jstests/sharding/hash_shard_unique_compound.js
index bdee11c5f32..ec8e6063aa0 100644
--- a/jstests/sharding/hash_shard_unique_compound.js
+++ b/jstests/sharding/hash_shard_unique_compound.js
@@ -3,7 +3,7 @@
// 1.) shard collection on hashed "a", ensure unique index {a:1, b:1}
// 2.) reverse order
-var s = new ShardingTest( { name : jsTestName() , shards : 3 , mongos : 1, verbose : 1 } );
+var s = new ShardingTest( { name : jsTestName() , shards : 1 , mongos : 1, verbose : 1 } );
var dbName = "test";
var collName = "foo";
var ns = dbName + "." + collName;