Skip to content

[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

Merged

Conversation

jonathan-buttner
Copy link
Contributor

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.

@jonathan-buttner jonathan-buttner added >test Issues or PRs that are addressing/adding tests :ml Machine learning Team:ML Meta label for the ML team auto-backport Automatically create backport pull requests when merged v8.18.0 v8.18.1 v8.19.0 labels Jan 31, 2025
@@ -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
Copy link
Contributor Author

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
Copy link
Contributor Author

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.

@jonathan-buttner jonathan-buttner marked this pull request as ready for review January 31, 2025 21:18
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/ml-core (Team:ML)

Copy link
Member

@dan-rubinstein dan-rubinstein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jonathan-buttner
Copy link
Contributor Author

@elasticmachine merge upstream

@elasticmachine
Copy link
Collaborator

There are no new commits on the base branch.

@jonathan-buttner jonathan-buttner merged commit d41acc5 into elastic:8.x Jan 31, 2025
15 checks passed
jonathan-buttner added a commit to jonathan-buttner/elasticsearch that referenced this pull request Jan 31, 2025
@elasticsearchmachine
Copy link
Collaborator

💚 Backport successful

Status Branch Result
8.18

@jonathan-buttner jonathan-buttner deleted the ml-unmute-inference-crud-it branch February 3, 2025 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Automatically create backport pull requests when merged :ml Machine learning Team:ML Meta label for the ML team >test Issues or PRs that are addressing/adding tests v8.18.0 v8.18.1 v8.19.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] InferenceCrudIT testGetServicesWithCompletionTaskType failing
4 participants