OpenSearch/core
Yannick Welsch 37228f924a [TEST] Use assertBusy to check assertMaster property in presence of a low publish timeout
The assertion assertMaster checks if all nodes have each other in the cluster state and the correct master set.
It is usually called after a disruption has been healed and ensureStableCluster been called. In presence of a low
publish timeout of 1s in this test class, publishing might not be fully done even after ensureStableCluster returns.
This commit adds an assertBusy to assertMaster so that the node has a bit more time to apply the cluster state from
the master, even if it's a bit slow.
2016-10-31 14:04:18 +01:00
..
src [TEST] Use assertBusy to check assertMaster property in presence of a low publish timeout 2016-10-31 14:04:18 +01:00
build.gradle Upgrade Log4j 2 to version 2.7 2016-10-07 13:05:30 -05:00