elastic/elasticsearch

Reindex requests do not implement x-content testing

Open

#43,456 创建于 2019年6月20日

在 GitHub 查看
 (5 评论) (0 反应) (1 负责人)Java (25,882 fork)batch import
:Distributed/Reindex>tech-debt>testTeam:Distributedgood first issuev9.5.0v9.6.0

仓库指标

Star
 (76,700 star)
PR 合并指标
 (平均合并 2天) (30 天内合并 1,000 个 PR)

描述

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

贡献者指南