[ML] testFullClusterRestart waiting for stable cluster (#46280) (#46335)

* [ML] waiting for ml indices before waiting task assignment testFullClusterRestart

* waiting for a stable cluster after fullrestart

* removing unused imports
This commit is contained in:
Benjamin Trent 2019-09-05 06:57:33 -05:00 committed by GitHub
parent 7e4c633ce3
commit 5201386232
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,6 +113,7 @@ public class MlDistributedFailureIT extends BaseMlIntegTestCase {
logger.info("Restarting all nodes");
internalCluster().fullRestart();
logger.info("Restarted all nodes");
ensureStableClusterOnAllNodes(3);
});
}