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
1 changed files with 1 additions and 1 deletions

View File

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