parent
e4b7af11ab
commit
e5aa0906f7
|
@ -1421,6 +1421,7 @@ public class TimeSeriesLifecycleActionsIT extends ESRestTestCase {
|
||||||
assertBusy(() -> assertHistoryIsPresent(policy, index + "-1", false, "ERROR"), 30, TimeUnit.SECONDS);
|
assertBusy(() -> assertHistoryIsPresent(policy, index + "-1", false, "ERROR"), 30, TimeUnit.SECONDS);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53718")
|
||||||
public void testHistoryIsWrittenWithDeletion() throws Exception {
|
public void testHistoryIsWrittenWithDeletion() throws Exception {
|
||||||
// Index should be created and then deleted by ILM
|
// Index should be created and then deleted by ILM
|
||||||
createIndexWithSettings(index, Settings.builder(), false);
|
createIndexWithSettings(index, Settings.builder(), false);
|
||||||
|
|
Loading…
Reference in New Issue