-
Notifications
You must be signed in to change notification settings - Fork 25.6k
EQL: Adjust the bwc tests for multi-value fields support after 7x merge #76846
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
behaviors in versions on or after 7.12.0
|
Pinging @elastic/es-ql (Team:QL) |
Luegg
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 in general but I don't understand how this PR also fixes #76618. The according assertion is not changed.
|
@Luegg I think it's these lines that should have been removed and the fact that at the test time it's likely the 7.x code being used in test didn't use the latest PR code. Not 100% sure, but from my tests now, that failure doesn't repro anymore. |
Luegg
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.
Got it, thanks for elaborating 👍
bpintea
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
Change the test code after 7.x has the same code as well. Also, change one of the queries as the old version had issues on versions on or after 7.12.0.
Fixes #76618.
Fixes #76632.