From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp32.i.mail.ru (smtp32.i.mail.ru [94.100.177.92]) (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 268BE4765E0 for ; Tue, 29 Dec 2020 19:45:38 +0300 (MSK) References: From: Artem Message-ID: <1473cdc3-500e-beaa-0a36-4bf6696f7621@tarantool.org> Date: Tue, 29 Dec 2020 19:45:37 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit Content-Language: ru 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: Alexander Turenko Cc: tarantool-patches@dev.tarantool.org Branch: https://github.com/tarantool/tarantool/tree/artemreyt/gh-4983-fix-test 29.12.2020 19:25, Artem Starshov пишет: > *** BLURB HERE *** > > 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 > > .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 >