-
Notifications
You must be signed in to change notification settings - Fork 143
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
[BUG]-(flaky tests) RestMLInferenceSearchResponseProcessorIT Model NOT Found Exception #3228
Comments
I was trying to take a look at this but I can't seem to understand a scenario where this doesn't work. it calls the following.
In the above method it will try to deploy the model.This is where the could not deploy model error comes from because it states that model_id is null. My only speculation of this happening is that the shape of the response is different compared to a high level key with ml-commons/plugin/src/test/java/org/opensearch/ml/rest/MLCommonsRestTestCase.java Line 1009 in 05f78af
|
@nathaliellenaa Thanks for noticing that! Zane's issue addresses the exact same method involving this test it also has a similar error response too
we should be able to close this issue |
What is the bug?
Need to confirm the model id is available after model creation tasks. Sometime the model creation is not completed then the later tests using the model id cannot find the model.
How can one reproduce the bug?
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: