mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-13 16:35:45 +00:00
Test: change maxNumDataNodes
from 6 (which is the default) to 3
Original commit: elastic/x-pack-elasticsearch@1e13c7964b
This commit is contained in:
parent
901d2c0984
commit
49bbb0c801
@ -77,7 +77,7 @@ import static org.hamcrest.core.IsNot.not;
|
||||
|
||||
/**
|
||||
*/
|
||||
@ClusterScope(scope = SUITE, numClientNodes = 0, transportClientRatio = 0, randomDynamicTemplates = false)
|
||||
@ClusterScope(scope = SUITE, numClientNodes = 0, transportClientRatio = 0, randomDynamicTemplates = false, maxNumDataNodes = 3)
|
||||
public abstract class AbstractWatcherIntegrationTests extends ElasticsearchIntegrationTest {
|
||||
|
||||
private static final boolean timeWarpEnabled = SystemPropertyUtil.getBoolean("tests.timewarp", true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user