-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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
Improve reindex rest tests to avoid unnecessary wildcard queries #81188
Labels
:Distributed Indexing/Reindex
Issues relating to reindex that are not caused by issues further down
Team:Distributed Indexing
Meta label for Distributed Indexing team
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test
Issues or PRs that are addressing/adding tests
v7.16.4
v9.1.0
Comments
Pinging @elastic/es-distributed (Team:Distributed) |
Pinging @elastic/es-distributed-obsolete (Team:Distributed (Obsolete)) |
Pinging @elastic/es-distributed-indexing (Team:Distributed Indexing) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
:Distributed Indexing/Reindex
Issues relating to reindex that are not caused by issues further down
Team:Distributed Indexing
Meta label for Distributed Indexing team
Team:Distributed (Obsolete)
Meta label for distributed team (obsolete). Replaced by Distributed Indexing/Coordination.
>test
Issues or PRs that are addressing/adding tests
v7.16.4
v9.1.0
In #79512, I had to disable some compatible rest API tests because 7.x and 8.x have different behavior concerning wildcard queries. However, the tests can be rewritten to avoid using wildcards without changing their effectiveness. Once #79512 is merged, we should change the tests and reenable them.
The text was updated successfully, but these errors were encountered: