push
travis-ci
<a href="https://github.com/tarantool/tarantool/commit/<a class=hub.com/tarantool/tarantool/commit/f1170c438133c38ac13c36a268f268ebd192a477">f1170c438<a href="https://github.com/tarantool/tarantool/commit/f1170c438133c38ac13c36a268f268ebd192a477">">session: outdate a session of a closed connection Once a connection is closed, a long-running user request can not learn about this occasion. Even box.sesion.push() still works. This patch makes such disconnected session &#39;rotten&#39;. So a user can determine if a connection is closed by looking at session.fd() == -1, or checking for errors from box.session.push(). Closes #3859 (cherry picked from commit </a><a class="double-link" href="https://github.com/tarantool/tarantool/commit/<a class="double-link" href="https://github.com/tarantool/tarantool/commit/43af2de2b129dabafe94a61c89688dd4701f8800">43af2de2b</a>">43af2de2b</a><a href="https://github.com/tarantool/tarantool/commit/f1170c438133c38ac13c36a268f268ebd192a477">)
12 of 12 new or added lines in 2 files covered. (100.0%)
41102 of 49943 relevant lines covered (82.3%)
843020.17 hits per line