test: also have trace logging for the other tests

Original commit: elastic/x-pack-elasticsearch@84584cd158
This commit is contained in:
Martijn van Groningen 2015-05-08 12:19:30 +02:00
parent 46838d3477
commit 97413eba38

View File

@ -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);