mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
[TEST] Delete job from DatafeedJobsIT.testRealtime in clean up
relates elastic/x-pack-elasticsearch#1246 Original commit: elastic/x-pack-elasticsearch@9ca07f1308
This commit is contained in:
parent
c551bcba5c
commit
57382390ab
@ -94,6 +94,7 @@ public class DatafeedJobsIT extends MlNativeAutodetectIntegTestCase {
|
||||
indexDocs(logger, "data", numDocs1, lastWeek, now);
|
||||
|
||||
Job.Builder job = createScheduledJob("realtime-job");
|
||||
registerJob(job);
|
||||
assertTrue(putJob(job).isAcknowledged());
|
||||
openJob(job.getId());
|
||||
assertBusy(() -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user