Fix CloseIndexIT.testRelocatedClosedIndexIssue (#47169)

Closes #47330
This commit is contained in:
Yannick Welsch 2019-10-01 08:32:50 +02:00
parent 33c5e5b09d
commit dd0af2e425

View File

@ -456,8 +456,8 @@ public class CloseIndexIT extends ESIntegTestCase {
.put("index.routing.allocation.include._name", dataNodes.get(1))).get();
ensureGreen(indexName);
internalCluster().fullRestart();
assertIndexIsClosed(indexName);
ensureGreen(indexName);
assertIndexIsClosed(indexName);
}
public void testResyncPropagatePrimaryTerm() throws Exception {