Skip to content

Commit

Permalink
[TEST] Remove obsolete test trace logging from NetworkDisruptionIT (#…
Browse files Browse the repository at this point in the history
…51746)

The issue this logging was added to fix (#49908) was closed in
December and the problem has not recurred so this logging is no
longer needed.
  • Loading branch information
droberts195 authored Feb 3, 2020
1 parent 97cfc20 commit 28dbee5
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
import org.elasticsearch.index.query.QueryBuilders;
import org.elasticsearch.plugins.Plugin;
import org.elasticsearch.test.disruption.NetworkDisruption;
import org.elasticsearch.test.junit.annotations.TestLogging;
import org.elasticsearch.test.transport.MockTransportService;
import org.elasticsearch.xpack.core.ml.action.CloseJobAction;
import org.elasticsearch.xpack.core.ml.action.OpenJobAction;
Expand All @@ -39,8 +38,6 @@ protected Collection<Class<? extends Plugin>> nodePlugins() {
return plugins;
}

@TestLogging(value = "org.elasticsearch.persistent.PersistentTasksClusterService:trace",
reason = "https://github.com/elastic/elasticsearch/issues/49908")
public void testJobRelocation() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(5);
ensureStableCluster(5);
Expand Down

0 comments on commit 28dbee5

Please sign in to comment.