-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] XPackRestIT test {p0=ml/set_upgrade_mode/Setting upgrade mode to disabled from enabled} failing #74497
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
Comments
Pinging @elastic/ml-core (Team:ML) |
This is the line of the test cleanup that calls the feature reset API. So the reason the test was reported as having failed was that the feature reset API running in the external cluster never responded to its caller in the test harness.
This suggests that the reason the feature reset API never responded is that it was waiting for a close job request to complete, but that close job request never completed. The server side log for the relevant period is this:
In particular this is of interest:
Possibly we have a bug where if we return early from the |
This should have been fixed by the work that had to be done to get CI to pass with the changes of #75188. |
This is different to #74141. In that case a zombie process was getting left behind. In this case the process is killed but the feature reset API never responds to its caller, leading to an exception during cleanup after the test.
Build scan:
https://gradle-enterprise.elastic.co/s/kazbfwxoxbv7q/tests/:x-pack:plugin:yamlRestTest/org.elasticsearch.xpack.test.rest.XPackRestIT/test%20%7Bp0=ml%2Fset_upgrade_mode%2FSetting%20upgrade%20mode%20to%20disabled%20from%20enabled%7D
Reproduction line:
./gradlew ':x-pack:plugin:yamlRestTest' --tests "org.elasticsearch.xpack.test.rest.XPackRestIT.test {p0=ml/set_upgrade_mode/Setting upgrade mode to disabled from enabled}" -Dtests.seed=FE10E6AAED50C1A7 -Dtests.locale=hi-IN -Dtests.timezone=America/Nipigon -Druntime.java=8
Applicable branches:
7.13
Reproduces locally?:
No
Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.xpack.test.rest.XPackRestIT&tests.test=test%20%7Bp0%3Dml/set_upgrade_mode/Setting%20upgrade%20mode%20to%20disabled%20from%20enabled%7D
Failure excerpt:
The text was updated successfully, but these errors were encountered: