You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This test still takes longer on Serverless, 20 retries worked for `9.0`, so hopefully will work on
main too. Error:
```
Test: machine_learning/20_trained_model_serverless.yml
Action: ["do", {"ml.infer_trained_model" => {"model_id" => "test_model", "body" => "{\n \"docs\": [\n { \"input\": \"words\" }\n ]\n}\n"}}]
Hash - [409] {"error":{"root_cause":[{"type":"status_exception","reason":"Trained model deployment [test_model] is not allocated to any nodes"}],"type":"status_exception","reason":"Trained model deployment [test_model] is not allocated to any nodes"},"status":409}
```
0 commit comments