parent
f8b7a4dbc8
commit
3a1dad1050
|
@ -306,6 +306,7 @@ public class ShardChangesIT extends ESIntegTestCase {
|
||||||
unfollowIndex("index2");
|
unfollowIndex("index2");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/33337")
|
||||||
public void testFollowIndexAndCloseNode() throws Exception {
|
public void testFollowIndexAndCloseNode() throws Exception {
|
||||||
internalCluster().ensureAtLeastNumDataNodes(3);
|
internalCluster().ensureAtLeastNumDataNodes(3);
|
||||||
String leaderIndexSettings = getIndexSettings(3, 1, singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));
|
String leaderIndexSettings = getIndexSettings(3, 1, singletonMap(IndexSettings.INDEX_SOFT_DELETES_SETTING.getKey(), "true"));
|
||||||
|
|
Loading…
Reference in New Issue