[TEST] Fixed typos in @TestLogging annotations

Original commit: elastic/x-pack-elasticsearch@3152765d4c
This commit is contained in:
Martijn van Groningen 2017-04-10 20:13:50 +02:00
parent 9201a5d640
commit ecc19d9948
1 changed files with 2 additions and 2 deletions

View File

@ -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 { public void testDedicatedMlNode() throws Exception {
internalCluster().ensureAtMostNumDataNodes(0); internalCluster().ensureAtMostNumDataNodes(0);
// start 2 non ml node that will never get a job allocated. (but ml apis are accessable from this node) // 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()); 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 { public void testMlIndicesNotAvailable() throws Exception {
internalCluster().ensureAtMostNumDataNodes(0); internalCluster().ensureAtMostNumDataNodes(0);
// start non ml node, but that will hold the indices // start non ml node, but that will hold the indices