From c1e853c51d9659cb3bef16b472224029095e238a Mon Sep 17 00:00:00 2001 From: Boaz Leskes Date: Sun, 3 Nov 2013 16:49:56 +0100 Subject: [PATCH] More detailed logging for FullRollingRestartTests.testFullRollingRestart set indices.cluster & cluster.service to TRACE --- .../org/elasticsearch/recovery/FullRollingRestartTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/java/org/elasticsearch/recovery/FullRollingRestartTests.java b/src/test/java/org/elasticsearch/recovery/FullRollingRestartTests.java index 5b6fefd9d36..d428a11ac1a 100644 --- a/src/test/java/org/elasticsearch/recovery/FullRollingRestartTests.java +++ b/src/test/java/org/elasticsearch/recovery/FullRollingRestartTests.java @@ -24,6 +24,7 @@ import org.elasticsearch.action.admin.cluster.health.ClusterHealthRequestBuilder import org.elasticsearch.action.admin.cluster.health.ClusterHealthResponse; import org.elasticsearch.common.Priority; import org.elasticsearch.common.collect.MapBuilder; +import org.elasticsearch.junit.annotations.TestLogging; import org.elasticsearch.test.AbstractIntegrationTest; import org.elasticsearch.test.AbstractIntegrationTest.ClusterScope; import org.elasticsearch.test.AbstractIntegrationTest.Scope; @@ -49,6 +50,7 @@ public class FullRollingRestartTests extends AbstractIntegrationTest { @Test @Slow + @TestLogging("indices.cluster:TRACE,cluster.service:TRACE") public void testFullRollingRestart() throws Exception { cluster().startNode(); createIndex("test");