opensearch-project/OpenSearch
Voir sur GitHubUpdate gradle test setup to consider test iterations for suite timeout
Open
#5 630 ouverte le 24 déc. 2022
:testBuild Libraries & InterfacesCCIPriority-Mediumbugenhancementgood first issue
Métriques du dépôt
- Stars
- (8 123 stars)
- Métriques de merge PR
- (Merge moyen 5j 9h) (266 PRs mergées en 30 j)
Description
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.