composer icon indicating copy to clipboard operation
composer copied to clipboard

Dynamic and pluggable flaky test handling.

Open artem-zinnatullin opened this issue 6 years ago • 2 comments

Composer should be able to handle test flakiness dynamically and provide several default strategies (retry n times, put to the end of queue again, etc).

User should be able to customize behavior with parameters and/or plugin.

artem-zinnatullin avatar May 31 '18 05:05 artem-zinnatullin

We use barista for that but would be nice to have it in composer

emartynov avatar Aug 23 '19 09:08 emartynov

We use Barista for that too (actually, we built Barista for that 😄). But I think it's a good idea to handle this from the test runner itself. Our Barista rules are kind of hacky, they might break the test if not used properly.

Sloy avatar Nov 26 '19 08:11 Sloy