diff options
author | Blake Oler <blake.oler@mongodb.com> | 2019-06-17 14:04:07 -0400 |
---|---|---|
committer | Blake Oler <blake.oler@mongodb.com> | 2019-06-18 10:51:00 -0400 |
commit | c84cc4eee31704f5c0257512b48b7e2513515ef7 (patch) | |
tree | 9b0a92c1ca471c26c91796020392f2088da08558 /jstests/sharding | |
parent | cc59938cb51628b33403b19afd4cf9ba70c25921 (diff) | |
download | mongo-c84cc4eee31704f5c0257512b48b7e2513515ef7.tar.gz |
SERVER-36469 Change shard_kill_and_pooling.js to use one shard to ensure correct test behavior
Diffstat (limited to 'jstests/sharding')
-rw-r--r-- | jstests/sharding/shard_kill_and_pooling.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sharding/shard_kill_and_pooling.js b/jstests/sharding/shard_kill_and_pooling.js index 6a665ea103f..1f21d823f26 100644 --- a/jstests/sharding/shard_kill_and_pooling.js +++ b/jstests/sharding/shard_kill_and_pooling.js @@ -16,7 +16,7 @@ TestData.skipCheckingUUIDsConsistentAcrossCluster = true; for (var test = 0; test < 2; test++) { var killWith = (test == 0 ? 15 : 9); - var st = new ShardingTest({shards: 2}); + var st = new ShardingTest({shards: 1}); var mongos = st.s0; var coll = mongos.getCollection("foo.bar"); |