We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f2615 commit bdeb82dCopy full SHA for bdeb82d
server/src/internalClusterTest/java/org/elasticsearch/action/admin/indices/rollover/RolloverIT.java
@@ -451,6 +451,7 @@ public void testRejectIfAliasFoundInTemplate() throws Exception {
451
"Rollover alias [logs-write] can point to multiple indices, found duplicated alias [[logs-write]] in index template [logs]"));
452
}
453
454
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/64921")
455
public void testRolloverWithClosedIndexInAlias() throws Exception {
456
final String aliasName = "alias";
457
final String openNonwriteIndex = "open-index-nonwrite";
0 commit comments