SOLR-10643: Ensure that the stopped node is removed from live nodes before proceeding

This commit is contained in:
Shalin Shekhar Mangar 2017-09-22 11:08:49 -07:00
parent e13c4c34f0
commit ac9ee36f05
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ public class NodeLostTriggerTest extends SolrCloudTestCase {
break;
}
}
cluster.waitForAllNodes(5);
AtomicInteger callCount = new AtomicInteger(0);
AtomicBoolean fired = new AtomicBoolean(false);