mirror of https://github.com/apache/lucene.git
SOLR-9132: Fix test bug
This commit is contained in:
parent
b6e0ab0174
commit
cff2774a37
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue