Skip to content

[CI] TransformRobustnessIT.testTaskRemovalAfterInternalIndexGotDeleted fails rarely #51347

Closed
@henningandersen

Description

@henningandersen

Looks like this test was introduced on Jan 17th and has since failed in two 7.6 builds and a number of PR builds.

I investigated the build failure here (which is a PR build), but did not come to a conclusion on why this failed.

It happens during @After waitForDataFrame, where it calls wipeTransforms that searches .transform-internal-004 to check that it is empty, but gets an "all shards failed" error:

18:13:33   2> org.elasticsearch.client.ResponseException: method [GET], host [http://[::1]:34165], URI [.transform-internal-004/_search], status line [HTTP/1.1 503 Service Unavailable]
18:13:33     {"error":{"root_cause":[],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[]},"status":503}
18:13:33         at __randomizedtesting.SeedInfo.seed([7FED7A091BC346F9:E0CF7958A02C5009]:0)
18:13:33         at org.elasticsearch.client.RestClient.convertResponse(RestClient.java:283)
18:13:33         at org.elasticsearch.client.RestClient.performRequest(RestClient.java:261)
18:13:33         at org.elasticsearch.client.RestClient.performRequest(RestClient.java:267)
18:13:33         at org.elasticsearch.client.RestClient.performRequest(RestClient.java:235)
18:13:33         at org.elasticsearch.xpack.transform.integration.TransformRestTestCase.wipeTransforms(TransformRestTestCase.java:407)
18:13:33         at org.elasticsearch.xpack.transform.integration.TransformRestTestCase.waitForDataFrame(TransformRestTestCase.java:367)

The reproduction line did not reproduce locally:

./gradlew ':x-pack:plugin:transform:qa:single-node-tests:integTestRunner' --tests "org.elasticsearch.xpack.transform.integration.TransformRobustnessIT.testTaskRemovalAfterInternalIndexGotDeleted" -Dtests.seed=7FED7A091BC346F9 -Dtests.security.manager=true -Dtests.locale=ar-SA -Dtests.timezone=Etc/GMT+6 -Dcompiler.java=13

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions