-
Notifications
You must be signed in to change notification settings - Fork 25.8k
InferenceRestIT release builds are failing due to feature flag not being enabled #131838
Copy link
Copy link
Closed
Closed
Copy link
Labels
:Core/Infra/CoreCore issues without another labelCore issues without another label:SearchOrg/RelevanceLabel for the Search (solution/org) Relevance teamLabel for the Search (solution/org) Relevance team>test-failureTriaged test failures from CITriaged test failures from CITeam:Core/InfraMeta label for core/infra teamMeta label for core/infra teamTeam:Search - RelevanceThe Search organization Search Relevance teamThe Search organization Search Relevance teamTeam:SearchOrgMeta label for the Search Org (Enterprise Search)Meta label for the Search Org (Enterprise Search)needs:riskRequires assignment of a risk label (low, medium, blocker)Requires assignment of a risk label (low, medium, blocker)
Metadata
Metadata
Assignees
Labels
:Core/Infra/CoreCore issues without another labelCore issues without another label:SearchOrg/RelevanceLabel for the Search (solution/org) Relevance teamLabel for the Search (solution/org) Relevance team>test-failureTriaged test failures from CITriaged test failures from CITeam:Core/InfraMeta label for core/infra teamMeta label for core/infra teamTeam:Search - RelevanceThe Search organization Search Relevance teamThe Search organization Search Relevance teamTeam:SearchOrgMeta label for the Search Org (Enterprise Search)Meta label for the Search Org (Enterprise Search)needs:riskRequires assignment of a risk label (low, medium, blocker)Requires assignment of a risk label (low, medium, blocker)
Type
Fields
Give feedbackNo fields configured for issues without a type.
CI Link
https://gradle-enterprise.elastic.co/s/er4rv3krq2xkq/console-log?anchor=6413&page=7
Repro line
./gradlew ":x-pack:plugin:inference:yamlRestTest" --tests "org.elasticsearch.xpack.inference.InferenceRestIT.test {p0=inference/70_text_similarity_rank_retriever/Reranking based on snippets}" -Dtests.seed=403A23B179150994 -Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false" -Dlicense.key=x-pack/license-tools/src/test/resources/public.key -Dtests.locale=en-RW -Dtests.timezone=Arctic/Longyearbyen -Druntime.java=24
Does it reproduce?
Yes
Applicable branches
main
Failure history
No response
Failure excerpt
This test is failing because of yaml tests introduced in #129369 that are behind a feature flag. I am spinning up a PR to add the feature flag to
InferenceRestITbut it still fails due to-Dbuild.snapshot=false -Dtests.jvm.argline="-Dbuild.snapshot=false"because the cluster feature isn't known.