Skip to content

Commit 5201386

Browse files
authored
[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
1 parent 7e4c633 commit 5201386

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/plugin/ml/src/test/java/org/elasticsearch/xpack/ml/integration/MlDistributedFailureIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ public void testFullClusterRestart() throws Exception {
113113
logger.info("Restarting all nodes");
114114
internalCluster().fullRestart();
115115
logger.info("Restarted all nodes");
116+
ensureStableClusterOnAllNodes(3);
116117
});
117118
}
118119

0 commit comments

Comments
 (0)