-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Fix EXTENDED_DOC_VALUES_PARAMS test cluster feature flag. #140519
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
base: main
Are you sure you want to change the base?
Conversation
)" This reverts commit 8e3d3c9.
And use it in x-pack yaml integration test.
|
Pinging @elastic/es-storage-engine (Team:StorageEngine) |
craigtaverner
left a comment
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.
If this works, it is great. I think we should add test-release to this PR to be sure of it.
| path: /_query | ||
| parameters: [ ] | ||
| capabilities: [ extended_doc_values_params ] | ||
| cluster_features: ["mapper.keyword.high_cardinality_length_function_fuse_to_load"] |
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.
Does this work? How does it connect to extended_doc_values_options_feature_flag_enabled?
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.
Ah, I spoke too soon. The line in XPackRestIT turns on this feature for all tests, so we no longer need to have a condition here related to the extended doc values params.
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.
It doesn't, the feature flag is now always set for test clusters in release builds.
jordan-powers
left a comment
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!
And use it in x-pack yaml integration test.