Skip to content
Snippets Groups Projects
Commit 9bf93573 authored by Serge Petrenko's avatar Serge Petrenko Committed by Vladimir Davydov
Browse files

test: fix app-tap/tarantoolctl sporadic failure

When `tarantoolctl status` is called immediately after `tarantoolctl
stop` there is a chance that tarantool hasn't exited yet, so the pid
file still exists, which is reported by `tarantoolctl status`. This
leads to occasional test failures. Fix this by waiting till tarantool
exits before calling `status`.

Closes #3557
parent 181eb67d
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment