-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[ML] Unmute InferenceCrudIT tests #121461
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
[ML] Unmute InferenceCrudIT tests #121461
Conversation
@@ -191,9 +191,6 @@ tests: | |||
- class: org.elasticsearch.reservedstate.service.FileSettingsServiceTests | |||
method: testProcessFileChanges | |||
issue: https://github.com/elastic/elasticsearch/issues/115280 | |||
- class: org.elasticsearch.xpack.inference.InferenceCrudIT | |||
method: testSupportedStream | |||
issue: https://github.com/elastic/elasticsearch/issues/113430 |
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 was actually fixed in this PR: #118481
@@ -400,9 +397,6 @@ tests: | |||
- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT | |||
method: test {date_nanos.Bucket Date nanos by 10 minutes} | |||
issue: https://github.com/elastic/elasticsearch/issues/120162 | |||
- class: org.elasticsearch.xpack.inference.InferenceCrudIT | |||
method: testGetServicesWithCompletionTaskType | |||
issue: https://github.com/elastic/elasticsearch/issues/119959 |
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 test doesn't live in InferenceCrudIT
anymore. It lives here: https://github.com/elastic/elasticsearch/blob/main/x-pack/plugin/inference/qa/inference-service-tests/src/javaRestTest/java/org/elasticsearch/xpack/inference/InferenceGetServicesIT.java#L112
I believe the issue was related to the EIS feature flag which no longer exists.
Pinging @elastic/ml-core (Team:ML) |
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.
LGTM
@elasticmachine merge upstream |
There are no new commits on the base branch. |
💚 Backport successful
|
This PR unmutes some
InferenceCrudIT
tests for 8.x only (they aren't muted in main). These have actually been fixed previously but I forgot to unmute the tests.