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
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