You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the `--repeat` command line option so each test should succeed
`--repeat` times to pass. One may think of the option as a `--retries`
analog, but instead of assuring that each test passes at least once, we
require each test to pass every time. Combining both non-trivial
`--retries` and `--repeat` options values require each test to pass at
least once in `--retries` runs `--repeat` times in a row.
Needed for tarantool/tarantool#6646
0 commit comments