elastic/elasticsearch

Reindex requests do not implement x-content testing

Open

#43,456 opened on Jun 20, 2019

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

Contributor guide