tarantool / test-run

Tarantool functional testing framework
14 stars 15 forks source link

Fail *.test.py tests in case of srv start errors #342

Closed ylobankov closed 2 years ago

ylobankov commented 2 years ago

When a tarantool server failed to start when running *.test.py tests, the corresponding test was not considered by test-run as a failed test. As a result of that, log artifacts were not gathered by test-run. Now it is fixed.

Fixes #333