opensearch-project/OpenSearch

Update gradle test setup to consider test iterations for suite timeout

Open

#5,630 建立於 2022年12月24日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Java (1,505 fork)batch import
:testBuild Libraries & InterfacesCCIPriority-Mediumbugenhancementgood first issue

倉庫指標

Star
 (8,123 star)
PR 合併指標
 (平均合併 5天 9小時) (30 天內合併 266 個 PR)

描述

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.

貢獻者指南