From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp49.i.mail.ru (smtp49.i.mail.ru [94.100.177.109]) (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 D139B4765E0 for ; Wed, 30 Dec 2020 12:55:29 +0300 (MSK) From: Artem Starshov Date: Wed, 30 Dec 2020 12:55:25 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCHv2 0/1] 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 Resent this patch after rebasing on master and dropping previous 2 commits. Changes in v2: - changed commit message name - added 'follows up #4983' - removed collecting details about process due to Linux specific - left only the last commit because the previous was pushed to master and the first one is empty after the review - added comment describing the reason of using timeout module in presence of built-in 'popen' module Branch: https://github.com/tarantool/tarantool/tree/artemreyt/gh-4983-fix-test Artem Starshov (1): test: move helper functions to sep module in -e assert(false) test .../gh-4983-tnt-e-assert-false-hangs.test.lua | 72 ++++--------------- test/app-tap/lua/process_timeout.lua | 57 +++++++++++++++ test/app-tap/suite.ini | 2 +- 3 files changed, 73 insertions(+), 58 deletions(-) create mode 100644 test/app-tap/lua/process_timeout.lua -- 2.28.0