From ecc19d9948aef958e8f9d1afecc13832a05df6f4 Mon Sep 17 00:00:00 2001 From: Martijn van Groningen Date: Mon, 10 Apr 2017 20:13:50 +0200 Subject: [PATCH] [TEST] Fixed typos in @TestLogging annotations Original commit: elastic/x-pack-elasticsearch@3152765d4c335d1fb257602b5adfa55b46c8b7d3 --- .../xpack/ml/integration/BasicDistributedJobsIT.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/BasicDistributedJobsIT.java b/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/BasicDistributedJobsIT.java index 0a9f251ce50..a252ed87458 100644 --- a/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/BasicDistributedJobsIT.java +++ b/plugin/src/test/java/org/elasticsearch/xpack/ml/integration/BasicDistributedJobsIT.java @@ -144,7 +144,7 @@ public class BasicDistributedJobsIT extends BaseMlIntegTestCase { }); } - @TestLogging("org.elasticsearch.xpack.persistent:TRACE,org.elasticsearch.cluster.service:DEBUG,org.elasticsearch.xpack.ml.action::DEBUG") + @TestLogging("org.elasticsearch.xpack.persistent:TRACE,org.elasticsearch.cluster.service:DEBUG,org.elasticsearch.xpack.ml.action:DEBUG") public void testDedicatedMlNode() throws Exception { internalCluster().ensureAtMostNumDataNodes(0); // start 2 non ml node that will never get a job allocated. (but ml apis are accessable from this node) @@ -308,7 +308,7 @@ public class BasicDistributedJobsIT extends BaseMlIntegTestCase { assertEquals("Expected no violations, but got [" + violations + "]", 0, violations.size()); } - @TestLogging("org.elasticsearch.xpack.ml.action::DEBUG,org.elasticsearch.xpack.persistent:TRACE") + @TestLogging("org.elasticsearch.xpack.ml.action:DEBUG,org.elasticsearch.xpack.persistent:TRACE") public void testMlIndicesNotAvailable() throws Exception { internalCluster().ensureAtMostNumDataNodes(0); // start non ml node, but that will hold the indices