-
Notifications
You must be signed in to change notification settings - Fork 25k
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
SimpleQueryStringBuilderTests fails on 6.x #35773
Comments
Pinging @elastic/es-search |
I muted this test as it is failing quite frequently on 6.x. |
This happens when we don't register any types, which doesn't happen any more on 7.0 because of types removal. I will add an
This one is also related to no types being present in conjunction with a selection of more than one field. We used to build DisjunctionMaxQuerys containing only MatchNoDocsQuery on these cases, but we only build one MatchNoDocsQuery now. Will update the assumptions in the tests here. |
I pushed 48f9c0d with a fix. |
Recent failures: https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+intake/239/ and https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+multijob-unix-compatibility/os=oraclelinux/71/console .
Reproduce lines (they both reproduce for me):
I suspect this is due to 92331fd .
The text was updated successfully, but these errors were encountered: