./gradlew ':x-pack:plugin:ml:qa:native-multi-node-tests:javaRestTest' --tests "org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testGetDeploymentStats_WithStartedStoppedDeployments" -Dtests.seed=5E2AFE7B6589657 -Dbuild.snapshot=false -Dtests.locale=ar-TN -Dtests.timezone=America/Campo_Grande -Druntime.java=17 -Dlicense.key="x-pack/license-tools/src/test/resources/public.key"
org.elasticsearch.xpack.ml.integration.PyTorchModelIT > testGetDeploymentStats_WithStartedStoppedDeployments FAILED
org.elasticsearch.client.ResponseException: method [POST], host [http://127.0.0.1:64466], URI [/_ml/trained_models/foo/deployment/_infer], status line [HTTP/1.1 500 Internal Server Error]
{"error":{"root_cause":[{"type":"status_exception","reason":"Error in inference process: [inference native process died unexpectedly with failure [[2:3] [pytorch_result] unknown field [request_id]]]"}],"type":"status_exception","reason":"Error in inference process: [inference native process died unexpectedly with failure [[2:3] [pytorch_result] unknown field [request_id]]]"},"status":500}
at __randomizedtesting.SeedInfo.seed([5E2AFE7B6589657:157DC45ADCA763B5]:0)
at app//org.elasticsearch.client.RestClient.convertResponse(RestClient.java:346)
at app//org.elasticsearch.client.RestClient.performRequest(RestClient.java:312)
at app//org.elasticsearch.client.RestClient.performRequest(RestClient.java:287)
at app//org.elasticsearch.xpack.ml.integration.PyTorchModelIT.infer(PyTorchModelIT.java:752)
at app//org.elasticsearch.xpack.ml.integration.PyTorchModelIT.testGetDeploymentStats_WithStartedStoppedDeployments(PyTorchModelIT.java:360)
Repro line:
Reproduces locally?:
yes
Applicable branches:
master
Failure excerpt: