Skip to content

Conversation

@romseygeek
Copy link
Contributor

KeywordFieldMapperTests was checking Settings directly for the presence
of the USE_DOCVALUES_SKIPPERS flag, rather than going via
IndexSettings.useDocValuesSkipper(), which meant that for non-snapshot
builds the FeatureFlag was not being taken into account.

Fixes #137826

KeywordFieldMapperTests was checking Settings directly for the presence
of the USE_DOCVALUES_SKIPPERS flag, rather than going via
IndexSettings.useDocValuesSkipper(), which meant that for non-snapshot
builds the FeatureFlag was not being taken into account.
@romseygeek romseygeek self-assigned this Nov 10, 2025
@romseygeek romseygeek added >test Issues or PRs that are addressing/adding tests :StorageEngine/Mapping The storage related side of mappings v9.3.0 labels Nov 10, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-storage-engine (Team:StorageEngine)

Copy link
Member

@martijnvg martijnvg left a comment

Choose a reason for hiding this comment

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

LGTM

@romseygeek romseygeek added the auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) :StorageEngine/Mapping The storage related side of mappings Team:StorageEngine >test Issues or PRs that are addressing/adding tests v9.3.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] KeywordFieldMapperTests class failing

3 participants