From: Artem Starshov via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: Alexander Turenko <alexander.turenko@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: [Tarantool-patches] [PATCH 0/3] lua: fix tarantool -e always enters interactive mode
Date: Wed, 27 Jan 2021 02:37:05 +0300 [thread overview]
Message-ID: <cover.1611702978.git.artemreyt@tarantool.org> (raw)
Issue: https://github.com/tarantool/tarantool/issues/5040
Branch: https://github.com/tarantool/tarantool/tree/artemreyt/gh-5040-interactive-mode-bug
First commit is the same as in gh-4983 (-e assert false).
Artem Starshov (3):
test: add separated module for proccess operations with timeout
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 | 28 +++-
src/main.cc | 1 +
...40-always-enters-interactive-mode.test.lua | 121 ++++++++++++++++++
test/app-tap/lua/process_timeout.lua | 59 +++++++++
test/app-tap/suite.ini | 2 +-
test/box/errinj.result | 1 +
8 files changed, 239 insertions(+), 5 deletions(-)
create mode 100755 test/app-tap/gh-5040-always-enters-interactive-mode.test.lua
create mode 100644 test/app-tap/lua/process_timeout.lua
--
2.28.0
next reply other threads:[~2021-01-26 23:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-26 23:37 Artem Starshov via Tarantool-patches [this message]
2021-01-26 23:37 ` [Tarantool-patches] [PATCH 1/3] test: add separated module for proccess operations with timeout Artem Starshov via Tarantool-patches
2021-01-26 23:37 ` [Tarantool-patches] [PATCH 2/3] core: add setting error injections via env Artem Starshov via Tarantool-patches
2021-01-26 23:37 ` [Tarantool-patches] [PATCH 3/3] lua: fix tarantool -e always enters interactive mode Artem Starshov via Tarantool-patches
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1611702978.git.artemreyt@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=alexander.turenko@tarantool.org \
--cc=artemreyt@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH 0/3] lua: fix tarantool -e always enters interactive mode' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox