From 2437313e4ec4d7b036978fcab64ab485e09a83fd Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 3 Jun 2016 16:05:46 -0400 Subject: [PATCH] Remove extra logging The test shouldn't be failing any more. --- .../java/org/elasticsearch/index/reindex/RethrottleTests.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/reindex/src/test/java/org/elasticsearch/index/reindex/RethrottleTests.java b/modules/reindex/src/test/java/org/elasticsearch/index/reindex/RethrottleTests.java index acbc31bff99..38f9dbc6d97 100644 --- a/modules/reindex/src/test/java/org/elasticsearch/index/reindex/RethrottleTests.java +++ b/modules/reindex/src/test/java/org/elasticsearch/index/reindex/RethrottleTests.java @@ -21,7 +21,6 @@ package org.elasticsearch.index.reindex; import org.elasticsearch.action.ListenableActionFuture; import org.elasticsearch.action.admin.cluster.node.tasks.list.ListTasksResponse; -import org.elasticsearch.test.junit.annotations.TestLogging; import static org.hamcrest.Matchers.hasSize; @@ -30,9 +29,6 @@ import static org.hamcrest.Matchers.hasSize; * too but this is the only place that tests running against multiple nodes so it is the only integration tests that checks for * serialization. */ -// Extra logging in case of failure. We couldn't explain the last failure: -// https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+g1gc/359/consoleFull -@TestLogging("_root:DEBUG") public class RethrottleTests extends ReindexTestCase { public void testReindex() throws Exception {