|
@@ -95,6 +95,7 @@ public class DeleteExpiredDataIT extends MlNativeAutodetectIntegTestCase {
|
|
|
client().execute(DeleteExpiredDataAction.INSTANCE, new DeleteExpiredDataAction.Request()).get();
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/62699")
|
|
|
public void testDeleteExpiredDataNoThrottle() throws Exception {
|
|
|
testExpiredDeletion(null, 10010);
|
|
|
}
|
|
@@ -137,6 +138,7 @@ public class DeleteExpiredDataIT extends MlNativeAutodetectIntegTestCase {
|
|
|
is(arrayContaining(".ml-state-000001", ".ml-state-000005", ".ml-state-000007")));
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/62699")
|
|
|
public void testDeleteExpiredDataWithStandardThrottle() throws Exception {
|
|
|
testExpiredDeletion(-1.0f, 100);
|
|
|
}
|