tarantool / test-run

Tarantool functional testing framework
14 stars 15 forks source link

Print statistics on which tests were restarted and how many times #358

Closed ylobankov closed 1 year ago

ylobankov commented 1 year ago

It will be useful to print statistics on which tests were restarted and how many times. For example, it is convenient to see in real time whether a flaky test was restarted or not after a fix.

ylobankov commented 1 year ago

Actually, it is not important how many times the test was restarted. Ten times or one, such a test is unstable and should be fixed.