Tests: wait for yellow instead of green
This commit is contained in:
parent
ab57d4a002
commit
40d86a630b
|
@ -93,7 +93,7 @@ public class FunctionScoreBackwardCompatibilityTests extends ElasticsearchBackwa
|
|||
do {
|
||||
logger.debug("function_score bwc: upgrading {}st node", upgradedNodesCounter++);
|
||||
upgraded = backwardsCluster().upgradeOneNode();
|
||||
ensureGreen();
|
||||
ensureYellow();
|
||||
logClusterState();
|
||||
checkFunctionScoreStillWorks(ids);
|
||||
} while (upgraded);
|
||||
|
|
Loading…
Reference in New Issue