Skip to content

Commit 56ba1b8

Browse files
committed
Fix CloseIndexIT.testRelocatedClosedIndexIssue (#47169)
Closes #47330
1 parent 63c2b54 commit 56ba1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/test/java/org/elasticsearch/indices/state/CloseIndexIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,8 +453,8 @@ public void testRelocatedClosedIndexIssue() throws Exception {
453453
.put("index.routing.allocation.include._name", dataNodes.get(1))).get();
454454
ensureGreen(indexName);
455455
internalCluster().fullRestart();
456-
assertIndexIsClosed(indexName);
457456
ensureGreen(indexName);
457+
assertIndexIsClosed(indexName);
458458
}
459459

460460
public void testResyncPropagatePrimaryTerm() throws Exception {

0 commit comments

Comments
 (0)