From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp60.i.mail.ru (smtp60.i.mail.ru [217.69.128.40]) (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 3B5D045C304 for ; Thu, 10 Dec 2020 20:34:10 +0300 (MSK) References: From: Leonid Vasiliev Message-ID: Date: Thu, 10 Dec 2020 20:33:13 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [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: Artem Starshov , Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Hi! Thank you for the patch. Add @ChangeLog. On 09.12.2020 22:28, Artem Starshov wrote: > 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 >