opensearch-project/OpenSearch

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

Open

#9,317 opened on 2023年8月14日

GitHub で見る
 (9 comments) (1 reaction) (1 assignee)Java (1,505 forks)batch import
:testenhancementgood first issue

Repository metrics

Stars
 (8,123 stars)
PR merge metrics
 (平均マージ 5d 9h) (30d で 266 merged PRs)

説明

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

コントリビューターガイド