-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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] TransformRobustnessIT.testTaskRemovalAfterInternalIndexGotDeleted fails rarely #51347
Comments
Pinging @elastic/ml-core (:ml/Transform) |
My best guess at the moment:
Solution: call |
ensure the cluster is not in some intermediate state when cleaning up. fixes #51347
ensure the cluster is not in some intermediate state when cleaning up. fixes #51347
ensure the cluster is not in some intermediate state when cleaning up. fixes elastic#51347
ensure the cluster is not in some intermediate state when cleaning up. fixes #51347
Still an issue, #51406 did not fix it: https://gradle-enterprise.elastic.co/s/jwniyzbhw4nje |
…test failures during cleanup fixes elastic#51347
I investigated this issue. It's not the same, it's different. This time it fails in cleanup of |
… by the task after deleting the index fixes elastic#51347
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 callswipeTransforms
that searches.transform-internal-004
to check that it is empty, but gets an "all shards failed" error:The reproduction line did not reproduce locally:
The text was updated successfully, but these errors were encountered: