From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (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 20CC24765E0 for ; Tue, 29 Dec 2020 20:11:55 +0300 (MSK) References: From: Leonid Vasiliev Message-ID: <4b192dba-8f50-dd48-ae65-62fd3d434000@tarantool.org> Date: Tue, 29 Dec 2020 20:11:46 +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/3] test: -e assert(false) test fixup 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 patchset. On 29.12.2020 19:25, Artem Starshov wrote: > *** BLURB HERE *** Garbage. > > Alexander Turenko (2): > test: tarantool -e test add more details and avoid busy loop > github-ci: add init option for containers > > Artem Starshov (1): > test: new version for -e assert(false) test Add links to branch and issue. Also add "Follows up #..." to commit messages. > > .github/workflows/coverity.yml | 6 +- > .github/workflows/debian_11.yml | 1 + > .github/workflows/debug_coverage.yml | 6 +- > .github/workflows/luacheck.yml | 6 +- > .github/workflows/release.yml | 6 +- > .github/workflows/release_asan_clang11.yml | 6 +- > .github/workflows/release_clang.yml | 6 +- > .github/workflows/release_lto.yml | 6 +- > .github/workflows/release_lto_clang11.yml | 6 +- > .../gh-4983-tnt-e-assert-false-hangs.test.lua | 81 ++++++------------- > test/app-tap/lua/process_timeout.lua | 57 +++++++++++++ > test/app-tap/suite.ini | 2 +- > 12 files changed, 122 insertions(+), 67 deletions(-) > create mode 100644 test/app-tap/lua/process_timeout.lua >