elastic/elasticsearch
View on GitHubReindex requests do not implement x-content testing
Open
#43,456 opened on Jun 20, 2019
:Distributed/Reindex>tech-debt>testTeam:Distributedgood first issuev9.5.0
Description
Currently the three primary reindex plugin requests do not implement our standard AbstractXContentTestCase testing infrastructure. This infrastructure would have detected issues like #43406.
The requests in need are:
- UpdateByQueryRequest
- ReindexRequest
- DeleteByQueryRequest