Skip to content

[ML] testGetDeploymentStats_WithStartedStoppedDeployments failure #82327

@benwtrent

Description

@benwtrent

Repro line:

./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"

Reproduces locally?:
yes
Applicable branches:
master
Failure excerpt:

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)

Metadata

Metadata

Assignees

Labels

:mlMachine learning>test-failureTriaged test failures from CITeam:MLMeta label for the ML team

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions