mirror of https://github.com/apache/lucene.git
SOLR-9132: Fix test bug
This commit is contained in:
parent
bb33bb7d4c
commit
6340f3b9b9
|
@ -35,7 +35,7 @@ public class TestDeleteCollectionOnDownNodes extends SolrCloudTestCase {
|
||||||
@Test
|
@Test
|
||||||
public void deleteCollectionWithDownNodes() throws Exception {
|
public void deleteCollectionWithDownNodes() throws Exception {
|
||||||
|
|
||||||
CollectionAdminRequest.createCollection("halfdeletedcollection2", "conf", 4, 2)
|
CollectionAdminRequest.createCollection("halfdeletedcollection2", "conf", 4, 3)
|
||||||
.setMaxShardsPerNode(3)
|
.setMaxShardsPerNode(3)
|
||||||
.process(cluster.getSolrClient());
|
.process(cluster.getSolrClient());
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue