Skip to content

RollupDocumentationIT.testStartRollupJob fails #35295

@javanna

Description

@javanna

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+master+multijob-unix-compatibility/os=debian/42/console

12:57:00 ERROR 0.36s | RollupDocumentationIT.testStartRollupJob <<< FAILURES! 12:57:00 > Throwable #1: org.elasticsearch.client.ResponseException: method [DELETE], host [http://[::1]:52535], URI [/_xpack/rollup/job/job_1], status line [HTTP/1.1 500 Internal Server Error] 12:57:00 > {"task_failures":[{"task_id":8905,"node_id":"FhzPJ_ibQoS6vX9AbmETzA","status":"INTERNAL_SERVER_ERROR","reason":{"type":"illegal_state_exception","reason":"Could not delete job [job_1] because indexer state is [STOPPING]. Job must be [STOPPED] before deletion."}}],"acknowledged":false} 12:57:00 >	at __randomizedtesting.SeedInfo.seed([8485FBE4F308CC81:EB88BE3030DD61E3]:0) 12:57:00 >	at org.elasticsearch.client.RestClient$SyncResponseListener.get(RestClient.java:687) 12:57:00 >	at org.elasticsearch.client.RestClient.performRequest(RestClient.java:218) 12:57:00 >	at org.elasticsearch.client.documentation.RollupDocumentationIT.deleteRollupJobs(RollupDocumentationIT.java:437) 12:57:00 >	at org.elasticsearch.client.documentation.RollupDocumentationIT.wipeRollup(RollupDocumentationIT.java:417) 12:57:00 >	at java.lang.Thread.run(Thread.java:748) 

Reproduce line (though does not repro locally):

REPRODUCE WITH: ./gradlew :client:rest-high-level:integTestRunner -Dtests.seed=8485FBE4F308CC81 -Dtests.class=org.elasticsearch.client.documentation.RollupDocumentationIT -Dtests.method="testStartRollupJob" -Dtests.security.manager=true -Dtests.locale=ru-RU -Dtests.timezone=Africa/Malabo -Dcompiler.java=11 -Druntime.java=8 

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions