mirror of
https://github.com/apache/lucene.git
synced 2025-02-06 01:58:44 +00:00
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…
x
Reference in New Issue
Block a user