Skip to content

Commit

Permalink
[ML] testFullClusterRestart waiting for stable cluster (#46280)
Browse files Browse the repository at this point in the history
* [ML] waiting for ml indices before waiting task assignment testFullClusterRestart

* waiting for a stable cluster after fullrestart

* removing unused imports
  • Loading branch information
benwtrent authored Sep 4, 2019
1 parent 860aff0 commit 903753d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ public void testFullClusterRestart() throws Exception {
logger.info("Restarting all nodes");
internalCluster().fullRestart();
logger.info("Restarted all nodes");
ensureStableClusterOnAllNodes(3);
});
}

Expand Down

0 comments on commit 903753d

Please sign in to comment.