elastic/elasticsearch

Reindex requests do not implement x-content testing

Open

#43,456 opened on Jun 20, 2019

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Java (76,700 stars) (25,882 forks)batch import
: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

Contributor guide