From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp61.i.mail.ru (smtp61.i.mail.ru [217.69.128.41]) (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 C4DC0469719 for ; Thu, 5 Nov 2020 17:34:05 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Thu, 5 Nov 2020 17:33:59 +0300 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH v1 0/2] fix flaky replication/election_qsync_stress.test.lua test List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org Created 2 commits: 1. test: fix flaky election_qsync_stress with KILL Found that replication/election_qsync_stress.test.lua test may fail on restating instances. It occures on heavy loaded hosts when its local call to stop instance using SIGTERM fails to stop it. Decided to use SIGKILL in local stop call options to be sure that the instance will be stopped. 2. test: filter output message for test Added test-run filter for replication/election_qsync_stress.test.lua test on error message: 'error: Found uncommitted sync transactions from other instance with id [0-9]+' to avoid of printing changing data in results file to be able to use its checksums in fragile list of test-run to rerun it as flaky issue. Alexander V. Tikhonov (2): test: filter output message for test test: fix flaky election_qsync_stress with KILL test/replication/election_qsync_stress.result | 8 +++++++- test/replication/election_qsync_stress.test.lua | 5 ++++- test/replication/suite.ini | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) -- 2.25.1