We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c2b54 commit 56ba1b8Copy full SHA for 56ba1b8
server/src/test/java/org/elasticsearch/indices/state/CloseIndexIT.java
@@ -453,8 +453,8 @@ public void testRelocatedClosedIndexIssue() throws Exception {
453
.put("index.routing.allocation.include._name", dataNodes.get(1))).get();
454
ensureGreen(indexName);
455
internalCluster().fullRestart();
456
- assertIndexIsClosed(indexName);
457
+ assertIndexIsClosed(indexName);
458
}
459
460
public void testResyncPropagatePrimaryTerm() throws Exception {
0 commit comments