Skip to content

[9.1] Fix TextFieldBlockLoaderTests test assumption. (#129361) #130682

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
merged 1 commit into from
Jul 7, 2025

Conversation

martijnvg
Copy link
Member

Backports the following commits to 9.1:

Test assumes that values from keyword doc values fields are in sorted order, but that is no longer the case and values are sometimes in order as was provided during indexing.

Actual fix was to check for `synthetic_source_keep` instead of `ignore_above`. Also improved blockLoaderResult assertion by making it readable when it fails.

Closes elastic#128012
Closes elastic#128011
@martijnvg martijnvg added :StorageEngine/Mapping The storage related side of mappings >test Issues or PRs that are addressing/adding tests auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:StorageEngine labels Jul 7, 2025
@elasticsearchmachine elasticsearchmachine merged commit 84cc587 into elastic:9.1 Jul 7, 2025
32 checks passed
@martijnvg martijnvg deleted the backport/9.1/pr-129361 branch July 7, 2025 05:07
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!) backport :StorageEngine/Mapping The storage related side of mappings Team:StorageEngine >test Issues or PRs that are addressing/adding tests v9.1.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants