From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id E1A8C45C304 for ; Wed, 9 Dec 2020 22:28:38 +0300 (MSK) From: Artem Starshov Date: Wed, 9 Dec 2020 22:28:34 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] tarantool -e 'assert(false)' hangs List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Branch: https://github.com/tarantool/tarantool/tree/artemreyt/gh-4983-tnt-e-assert-false-hangs Issue: https://github.com/tarantool/tarantool/issues/4983 Artem Starshov (2): src/lua: fix running init lua script test: add test for tarantool -e assert(false) src/lua/init.c | 9 ++ .../gh-4983-tnt-e-assert-false-hangs.test.lua | 99 +++++++++++++++++++ 2 files changed, 108 insertions(+) create mode 100755 test/app-tap/gh-4983-tnt-e-assert-false-hangs.test.lua -- 2.28.0