elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
1.21k stars 24.84k forks source link

Improve reindex rest tests to avoid unnecessary wildcard queries #81188

Open williamrandolph opened 2 years ago

williamrandolph commented 2 years ago

In https://github.com/elastic/elasticsearch/pull/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.

elasticmachine commented 2 years ago

Pinging @elastic/es-distributed (Team:Distributed)