parent
33c5e5b09d
commit
dd0af2e425
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue