[TEST] Added more test logging

Original commit: elastic/x-pack-elasticsearch@d68a1e3510
This commit is contained in:
Martijn van Groningen 2017-02-22 21:46:43 +01:00
parent 2cd3979654
commit 783a2cf01b
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@
package org.elasticsearch.xpack.ml.integration;
import org.elasticsearch.cluster.ClusterState;
import org.elasticsearch.test.junit.annotations.TestLogging;
import org.elasticsearch.xpack.ml.action.GetJobsStatsAction;
import org.elasticsearch.xpack.ml.action.OpenJobAction;
import org.elasticsearch.xpack.ml.action.PutDatafeedAction;
@ -26,6 +27,7 @@ import java.util.concurrent.TimeUnit;
public class MlFullClusterRestartIT extends BaseMlIntegTestCase {
@TestLogging("org.elasticsearch.xpack.ml.datafeed:TRACE")
public void testFullClusterRestart() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(3);
ensureStableCluster(3);