-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:mlMachine learningMachine learning>test-failureTriaged test failures from CITriaged test failures from CI
Description
This one comes from an intake job. Cannot reproduce it. Full log: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob+fast+part2/793/consoleText
org.elasticsearch.xpack.ml.integration.MlJobIT > testDeleteJobAsync FAILED
org.elasticsearch.client.ResponseException: method [GET], host [http://[::1]:42583], URI [/_cat/indices], status line [HTTP/1.1 404 Not Found]
{"error":{"root_cause":[{"type":"index_not_found_exception","reason":"no such index [.ml-annotations-read]","index_uuid":"_na_","resource.type":"index_or_alias","resource.id":".ml-annotations-read","index":".ml-annotations-read"}],"type":"index_not_found_exception","reason":"no such index [.ml-annotations-read]","index_uuid":"_na_","resource.type":"index_or_alias","resource.id":".ml-annotations-read","index":".ml-annotations-read"},"status":404}
at __randomizedtesting.SeedInfo.seed([F0352FCC3A079DA4:26F0FE2820C6C5DE]:0)
at org.elasticsearch.client.RestClient.convertResponse(RestClient.java:253)
at org.elasticsearch.client.RestClient.performRequest(RestClient.java:231)
at org.elasticsearch.client.RestClient.performRequest(RestClient.java:205)
at org.elasticsearch.xpack.ml.integration.MlJobIT.testDeleteJobAsync(MlJobIT.java:421)
REPRODUCE WITH: ./gradlew :x-pack:plugin:ml:qa:native-multi-node-tests:integTestRunner --tests "org.elasticsearch.xpack.ml.integration.MlJobIT.testDeleteJobAsync" -Dtests.seed=F0352FCC3A079DA4 -Dtests.security.manager=true -Dtests.locale=es-ES -Dtests.timezone=Europe/Belgrade -Dcompiler.java=12 -Druntime.java=11
Metadata
Metadata
Assignees
Labels
:mlMachine learningMachine learning>test-failureTriaged test failures from CITriaged test failures from CI