SOLR-9132: Fix test bug

This commit is contained in:
Alan Woodward 2016-10-28 14:29:57 +01:00
parent b6e0ab0174
commit cff2774a37
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ public class TestDeleteCollectionOnDownNodes extends SolrCloudTestCase {
@Test
public void deleteCollectionWithDownNodes() throws Exception {
CollectionAdminRequest.createCollection("halfdeletedcollection2", "conf", 4, 2)
CollectionAdminRequest.createCollection("halfdeletedcollection2", "conf", 4, 3)
.setMaxShardsPerNode(3)
.process(cluster.getSolrClient());