Hi, I want to discuss how to improve the stability of unit testing.I found that most flaky unit tests can be reproduc locally and only need to be executed a few more times.
Can we add the following mandatory constraints to ensure the stability of unit testing of code? 1. If new / modified unit tests are included in PR, they need to be run continuously on CI for more than n times. 2. We can write scripts and parse git change records to find new or modified unit tests.