-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[Inference API] Fix tests in TransportInferenceActionTests #121302
Conversation
…Exception_FromOtherNode failing
Pinging @elastic/ml-core (Team:ML) |
issue: https://github.com/elastic/elasticsearch/issues/121292 | ||
- class: org.elasticsearch.xpack.inference.action.TransportInferenceActionTests | ||
method: testRerouting_ToOtherNode | ||
issue: https://github.com/elastic/elasticsearch/issues/121293 | ||
- class: org.elasticsearch.xpack.inference.common.InferenceServiceNodeLocalRateLimitCalculatorTests | ||
issue: https://github.com/elastic/elasticsearch/issues/121294 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we unmute this one too? Or is that a separate issue?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a separate issue. I've ran the test with my changes and the reproduction command and it still failed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR for the other CI issue: #121379
💔 Backport failed
You can use sqren/backport to manually backport by running |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
Fixes #121292
Fixes #121293
Similar to #121270 + adjusted the tests to make some more verifications. The feature flag kicked in and returned from the
determineRouting
method before the mocks were called.