Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fail if core=tarantool default server failed
Currently we stop default server in worker run loop only before the next test start. So the previous test does not account whether the Tarantool executing the test exits successfully or not. Thus we do not fail on memory leaks for example. Let's stop the server and account its exit status in test. Closes tarantool#416
- Loading branch information