-
-
Notifications
You must be signed in to change notification settings - Fork 37.9k
Implement test retry logic for flakiness #59645
Copy link
Copy link
Closed as not planned
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.flaky-testIssues and PRs involving tests that fail intermittently in CI.Issues and PRs involving tests that fail intermittently in CI.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Description
Activity
Metadata
Metadata
Assignees
Labels
feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.flaky-testIssues and PRs involving tests that fail intermittently in CI.Issues and PRs involving tests that fail intermittently in CI.staleIssues and PRs marked stale due to inactivity and scheduled for automatic closure.Issues and PRs marked stale due to inactivity and scheduled for automatic closure.
Type
Projects
- StatusShow more project fieldsAwaiting Triage
What is the problem this feature will solve?
Refs: nodejs/TSC#1614
Reduce flakiness in the CI
What is the feature you are proposing to solve the problem?
In today's TSC meeting nodejs/TSC#1784 it was discussed about flaky test detection and automatic re running flaky tests.
I noticed in https://github.com/nodejs/node/blob/main/.github/workflows/test-linux.yml#L73 there is a flag to instruct the test suite to re run flaky tests. I wonder if we can make this flag work in the whole CI (requires some work in the python runner I assume?) to help reduce flakiness
What alternatives have you considered?
No response