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.0v9.6.0
Repository metrics
- Stars
- (76,700 stars)
- PR merge metrics
- (Avg merge 2d) (1,000 merged PRs in 30d)
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