-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terminate Tarantool with SIGTERM, not SIGKILL #318
Comments
It is for situations like tarantool/tarantool#4127 and test-run tries SIGTERM first. If you found a situation, when tarantool instances are SIGKILLed, when they shouldn't, please, share reproducer and all details. |
Now the issue includes a link to tarantool/luatest#225. But I still don't see why the first attempt to stop an instance with SIGTERM does not work for your case. Can you at least share a reproducer? |
SIGTERM'ed Tarantool can run
box.ctl.on_shutdown
, enabling tarantool/luatest#225The text was updated successfully, but these errors were encountered: