From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (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 0E02C469710 for ; Fri, 8 May 2020 11:34:32 +0300 (MSK) Date: Fri, 8 May 2020 11:34:31 +0300 From: Kirill Yukhin Message-ID: <20200508083431.7rcz4gaof7ubnf7v@tarantool.org> References: <9c52f131fa3be0ad88085dd2398844daa89b313d.1588240080.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9c52f131fa3be0ad88085dd2398844daa89b313d.1588240080.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] test: fragile flaky tests from parallel runs List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: Oleg Piskunov , tarantool-patches@dev.tarantool.org Hello, On 30 апр 12:49, Alexander V. Tikhonov wrote: > Fragiled flaky tests from parallel runs to avoid > of flaky fails in regular testing: > > snapshot.test.py ; gh-4514 > init_storage.test.py ; gh-4949 > stat.test.lua ; gh-4951 > xlog/checkpoint_daemon.test.lua ; gh-4952 > > Part of #4953 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/fragile-flaky-tests > Issue: https://github.com/tarantool/tarantool/issues/4953 I've checked your patch into 1.10, 2.3, 2.4 and master. -- Regards, Kirill Yukhin