[TEST] Fixed typos in @TestLogging annotations
Original commit: elastic/x-pack-elasticsearch@3152765d4c
This commit is contained in:
parent
9201a5d640
commit
ecc19d9948
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue