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: dont os.exit() in session disconnect trigger
We are going to make Tarantool shutdown graceful. Particularly for
iproto graceful shutdown we wait while all connections are finished.
On connection disconnect session disconnect triggers are invoked. If
trigger hangs then graceful shutdown will hang too. And os.exit() do
hang, it sleeps forever.
So 110-disconnect-trigger-check.t test now hangs with iproto graceful
shutdown patch.
Making os.exit() from disconnect trigger does not seem as a product
case. So let's just change the test not to use os.exit().
Required for full-ci pass of tarantool/tarantool#9457
0 commit comments