[TEST] Adjusted log levels to better track failure elastic/x-pack-elasticsearch#1048

Original commit: elastic/x-pack-elasticsearch@8f8b9fe17e
This commit is contained in:
Martijn van Groningen 2017-04-11 16:58:33 +02:00
parent 3fa43093eb
commit 0e508d1bfb
1 changed files with 2 additions and 1 deletions

View File

@ -308,7 +308,8 @@ 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:DEBUG," +
"org.elasticsearch.xpack.ml.job.process.autodetect:DEBUG")
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