From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (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 250324765E0 for ; Tue, 29 Dec 2020 19:25:54 +0300 (MSK) From: Artem Starshov Date: Tue, 29 Dec 2020 19:25:32 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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 *** 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 -- 2.28.0