mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-16 18:04:52 +00:00
test: also have trace logging for the other tests
Original commit: elastic/x-pack-elasticsearch@84584cd158
This commit is contained in:
parent
46838d3477
commit
97413eba38
@ -52,6 +52,7 @@ import static org.hamcrest.core.Is.is;
|
||||
/**
|
||||
*/
|
||||
@Slow
|
||||
@TestLogging("watcher:TRACE,cluster.service:TRACE,indices.recovery:TRACE,indices.cluster:TRACE")
|
||||
@ClusterScope(scope = TEST, numClientNodes = 0, transportClientRatio = 0, randomDynamicTemplates = false, numDataNodes = 0)
|
||||
public class NoMasterNodeTests extends AbstractWatcherIntegrationTests {
|
||||
|
||||
@ -179,7 +180,6 @@ public class NoMasterNodeTests extends AbstractWatcherIntegrationTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestLogging("watcher:TRACE,cluster.service:TRACE,indices.recovery:TRACE,indices.cluster:TRACE")
|
||||
public void testMultipleFailures() throws Exception {
|
||||
int numberOfFailures = scaledRandomIntBetween(2, 9);
|
||||
int numberOfWatches = scaledRandomIntBetween(numberOfFailures, 12);
|
||||
|
Loading…
x
Reference in New Issue
Block a user