mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 00:49:11 +00:00
test: increased logging
Original commit: elastic/x-pack-elasticsearch@b1cfced485
This commit is contained in:
parent
ab43bde67f
commit
57d4fd0d50
@ -92,7 +92,7 @@ public class NoMasterNodeTests extends AbstractAlertingTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
@TestLogging("alerts:TRACE")
|
||||
@TestLogging("alerts:TRACE,cluster.service:TRACE,indices.recovery:TRACE,indices.cluster:TRACE")
|
||||
public void testMultipleFailures() throws Exception {
|
||||
int numberOfFailures = scaledRandomIntBetween(2, 9);
|
||||
int numberOfAlerts = scaledRandomIntBetween(numberOfFailures, 12);
|
||||
|
Loading…
x
Reference in New Issue
Block a user