|
|
|
|
|
by lukego
2578 days ago
|
|
If an application is flaky then I want to know: How frequently does it fail? How does this depend on combinations of configuration parameters? How does this compare between the stable, master, and next branches? etc. The best way that I know for doing this is to write tests that are flaky because they expose the underlying flakiness in the application. If an application is flaky and its test suite always runs 100% then I'd be pretty suspicious about that test suite being adequate. |
|