More detailed logging for FullRollingRestartTests.testFullRollingRestart

set indices.cluster  & cluster.service to TRACE
This commit is contained in:
Boaz Leskes 2013-11-03 16:49:56 +01:00
parent ed10758a6b
commit c1e853c51d
1 changed files with 2 additions and 0 deletions

View File

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