mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
parent
f785c31531
commit
7a5b5af171
@ -464,6 +464,7 @@ public class MlJobIT extends ESRestTestCase {
|
|||||||
assertThat(exception.getResponse().getStatusLine().getStatusCode(), equalTo(404));
|
assertThat(exception.getResponse().getStatusLine().getStatusCode(), equalTo(404));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/45652")
|
||||||
public void testDeleteJobAsync() throws Exception {
|
public void testDeleteJobAsync() throws Exception {
|
||||||
String jobId = "delete-job-async-job";
|
String jobId = "delete-job-async-job";
|
||||||
String indexName = AnomalyDetectorsIndexFields.RESULTS_INDEX_PREFIX + AnomalyDetectorsIndexFields.RESULTS_INDEX_DEFAULT;
|
String indexName = AnomalyDetectorsIndexFields.RESULTS_INDEX_PREFIX + AnomalyDetectorsIndexFields.RESULTS_INDEX_DEFAULT;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user