opensearch-project/OpenSearch

[Concurrent Segment Search] Change ConcurrentSearchTasksIT to use custom slice count

Ouverte

#9 317 ouverte le 14 août 2023

 (9 commentaires) (1 réaction) (1 personne assignée)Java (1 505 forks)batch import
:testenhancementgood first issue

Métriques du dépôt

Stars
 (8 123 étoiles)
Métriques de merge PR
 (Merge moyen 5j 9h) (266 PRs mergées en 30 j)

Description

Now that #9107 and #8884 have been merged, we should fix ConcurrentSearchTasksIT to not hard code the segment count and instead validate against the customer slice count.

Ref: https://github.com/opensearch-project/OpenSearch/blob/main/server/src/internalClusterTest/java/org/opensearch/action/admin/cluster/node/tasks/ConcurrentSearchTasksIT.java#L111

Guide contributeur