[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:
parent
3fa43093eb
commit
0e508d1bfb
|
@ -308,7 +308,8 @@ 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:DEBUG," +
|
||||
"org.elasticsearch.xpack.ml.job.process.autodetect:DEBUG")
|
||||
public void testMlIndicesNotAvailable() throws Exception {
|
||||
internalCluster().ensureAtMostNumDataNodes(0);
|
||||
// start non ml node, but that will hold the indices
|
||||
|
|
Loading…
Reference in New Issue