-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Failure in {p0=ml/data_frame_analytics_crud/Test put regression given negative lambda} #54759
Labels
Comments
Pinging @elastic/ml-core (:ml) |
This issue is showing up in various places, e.g.
I also got bit by it locally through:
|
costin
added a commit
to costin/elasticsearch
that referenced
this issue
Apr 5, 2020
This should avoid REST failures caused by the inability to delete said policy Fix elastic#54759
costin
added a commit
that referenced
this issue
Apr 5, 2020
This should avoid REST failures caused by the inability to delete said policy Fix #54759
costin
added a commit
that referenced
this issue
Apr 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like the cleanup from clearing ILM policies:
Failure is at: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+pull-request-2/20842/testReport/junit/org.elasticsearch.xpack.test.rest/XPackRestIT/test__p0_ml_data_frame_analytics_crud_Test_put_regression_given_negative_lambda_/
I believe the ML-installed ILM policy needs to be added to this list:
elasticsearch/test/framework/src/main/java/org/elasticsearch/test/rest/ESRestTestCase.java
Lines 463 to 465 in 4eaf2cb
So that it doesn't need to be cleared between tests
The text was updated successfully, but these errors were encountered: