Test: Include ML ILM policy in EsRestTest#54773
Conversation
This should avoid REST failures caused by the inability to delete said policy Fix elastic#54759
|
I've added multiple folks not sure who's best in reviews this small change. Thanks, |
|
Thanks @jasontedor . Pushed to master and backported to 7.x |
|
Thanks for fixing this @costin! |
|
@przemekwitek please can you check if this also needs backporting to 7.7 since that's when we added the ILM policy. I guess it was a new test added for 7.8 that caused the problem to occur regularly, but maybe we could suffer it occasionally with other tests on 7.7 too? |
I think I'll backport it just in case. It shouldn't break anything. |
This should avoid REST failures caused by the inability to delete said
policy
Fix #54759