[Tarantool-patches] [PATCH 0/2] lua: fix -e always enters interactive mode

Sergey Bronnikov sergeyb at tarantool.org
Fri Jan 29 16:00:32 MSK 2021


Thanks for patches!


On 28.01.2021 00:15, Artem Starshov wrote:
> Issue: https://github.com/tarantool/tarantool/issues/5040
> Branch: https://github.com/tarantool/tarantool/tree/artemreyt/gh-5040-interactive-mode-bug
Usually we also provide a link to CI.
> Artem Starshov (2):
>    core: add setting error injections via env
>    lua: fix tarantool -e always enters interactive mode
>
>   src/lib/core/errinj.c                         |  26 ++++
>   src/lib/core/errinj.h                         |   6 +
>   src/lua/init.c                                |  20 ++-
>   src/main.cc                                   |   1 +
>   ...40-always-enters-interactive-mode.test.lua | 130 ++++++++++++++++++
>   test/box/errinj.result                        |   1 +
>   6 files changed, 180 insertions(+), 4 deletions(-)
>   create mode 100755 test/app-tap/gh-5040-always-enters-interactive-mode.test.lua
>


More information about the Tarantool-patches mailing list