opensearch-project/OpenSearch

Update gradle test setup to consider test iterations for suite timeout

Open

#5630 aperta il 24 dic 2022

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Java (1505 fork)batch import
:testBuild Libraries & InterfacesCCIPriority-Mediumbugenhancementgood first issue

Metriche repository

Star
 (8123 star)
Metriche merge PR
 (Merge medio 5g 9h) (266 PR mergiate in 30 g)

Descrizione

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.

Guida contributor