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
test: implement launchTarantool for non-Linux platforms
Function launchTarantool creates a process, which is killed when the
parent process is dead. Since it uses prctl, it works only on Linux -
on other platforms Tarantool is not killed and ctest hangs. Let's
add POSIX-compatible implementation of launchTarantool for non-Linux
platforms.
0 commit comments