opensearch-project/OpenSearch

Improve Test Coverage for IndicesService

Open

#9,858 opened on Sep 6, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (1,505 forks)batch import
Indexing & Searchenhancementgood first issue

Repository metrics

Stars
 (8,123 stars)
PR merge metrics
 (Avg merge 5d 9h) (266 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe.

General unit test coverage.

Describe the solution you'd like

Improve test coverage by introducing unit testing for IndicesService.

Describe alternatives you've considered

As of today, we only depend on limited Integration test for correctness of IndicesService.

Additional context

Contributor guide