mirror of https://github.com/apache/lucene.git
SOLR-12152: Fix node count to 2 for TriggerSetPropertiesIntegrationTest
This commit is contained in:
parent
ed9e5eb75b
commit
ac8cbaac06
|
@ -54,7 +54,7 @@ public class TriggerSetPropertiesIntegrationTest extends SolrCloudTestCase {
|
||||||
|
|
||||||
@BeforeClass
|
@BeforeClass
|
||||||
public static void setupCluster() throws Exception {
|
public static void setupCluster() throws Exception {
|
||||||
configureCluster(5)
|
configureCluster(2)
|
||||||
.addConfig("conf", configset("cloud-minimal"))
|
.addConfig("conf", configset("cloud-minimal"))
|
||||||
.configure();
|
.configure();
|
||||||
// disable .scheduled_maintenance
|
// disable .scheduled_maintenance
|
||||||
|
|
Loading…
Reference in New Issue