tarantool / test-run

Tarantool functional testing framework
14 stars 14 forks source link

luatest: fix ability to run a test several times #438

Closed Totktonada closed 1 month ago

Totktonada commented 1 month ago

It is a regression from commit 3b0ccd0721e5 ("luatest: detox test searching code"), PR #433.

The ability to run a test several times, especially in parallel, is very useful to reproduce and debug an unstable behavior in the test.

Fixes #437

coveralls commented 1 month ago

Coverage Status

coverage: 62.662% (+0.04%) from 62.625% when pulling 49dff63c89aeac93307785eb6dcb491159991ed5 on Totktonada/gh-437-fix-ability-to-run-test-several-times into b8b60b409126887b4efe7a95a55e022af69bd544 on master.

Totktonada commented 1 month ago

@ylobankov said that he is OK if I'll push this pull request.