opensearch-project/OpenSearch

Update gradle test setup to consider test iterations for suite timeout

オープン

#5,630 opened on 2022/12/24

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,505 件のフォーク)batch import
:testBuild Libraries & InterfacesCCIPriority-Mediumbugenhancementgood first issue

Repository metrics

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

説明

Coming from https://github.com/opensearch-project/OpenSearch/issues/1561#issuecomment-1364454897, existing test setup does not consider the test iteration count (-Dtests.iters) and uses 20 mins test suite timeout. This is problematic as it often leads to test suite timeout.

Alternative: Update timeout to a higher value. This is not an ideal solution.

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