-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Break up field collapsing tests #69753
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
Conversation
Break up field collapsting tests into 2: 1) simple indexing and 2) indexingwith versions to check if a problem of documents missing could be because of versions. Relates to elastic#52416
7f19dc7
to
228b4a2
Compare
Pinging @elastic/es-search (Team:Search) |
I had a discussion with @ywelsch about this test failure. We initially hypothesize that typeless indexing API could have some problems when using for 6.8 nodes. But after talking to @jtibshirani about this, she pointed out that this should not be a problem, as in our test framework in So this PR introduces another hypothesis that a problem with missing documents could be related to |
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.
I guess we will keep a close eye on the tests since we've unmuted them.
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. Thanks Mayya!
'search/110_field_collapsing/field collapsing and inner_hits', is enabled in 7.x (#69753 )and the compatible api is not implemented yet
Break up field collapsting tests into 2:
to check if a problem of documents missing could be because of versions.
Relates to #52416