tarantool / test-run

Tarantool functional testing framework
14 stars 15 forks source link

Retry tests on failure #328

Closed NickVolynkin closed 2 years ago

NickVolynkin commented 2 years ago

When a test fails, retry it up to N times, expecting a successful run. Effectively, this means treating all tests as flaky (fragile).

Report a retried test in the logs. Use different log messages for tests in the "fragile" list and not in the list.