-
Notifications
You must be signed in to change notification settings - Fork 25.2k
mixed-cluster test search_shards/10_basic/Search shards aliases with and without filters fails on 7.x #40838
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
Comments
Pinging @elastic/es-distributed |
Pinging @elastic/es-search |
Assigning to myself, likely related to the changes I pushed this morning. |
OK I understand what happened now. My change changed the order in which filters are applied in aliases sometimes, and I had to accomodate one test for that. The problem is that the failing 7.1 and 7.0 jobs didn't have my change yet and tested against a 6.7 cluster that had the change already. I pushed at about the same time on 6.7, 7.0 and 7.x so I believe this only affected jobs that were waiting in the queue. I'll wait for at least one green build on each branch and then revert the commit that disables the test. |
Example build failure
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+intake/898/
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+intake/897/
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+7.x+intake/896/
Reproduction line
does not reproduce locally
Example relevant log:
Wasn't sure how to label this one.
The text was updated successfully, but these errors were encountered: