From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp52.i.mail.ru (smtp52.i.mail.ru [94.100.177.112]) (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 CF9AC469710 for ; Wed, 20 May 2020 09:46:58 +0300 (MSK) Date: Wed, 20 May 2020 09:46:57 +0300 From: Kirill Yukhin Message-ID: <20200520064657.uayjqxwhte5bvtlj@tarantool.org> References: <9eff4c06aac471fb41e388f0ed0eefea59aa0ba8.1589517865.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: <9eff4c06aac471fb41e388f0ed0eefea59aa0ba8.1589517865.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] test: mark tests as fragile, 2nd group 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 15 май 07:46, Alexander V. Tikhonov wrote: > Fragiled flaky tests from parallel runs to avoid > of flaky fails in regular testing: > > app/fiber_channel.test.lua ; gh-4961 > box/alter_limits.test.lua ; gh-4926 > replication/wal_stress.test.lua ; gh-4977 > > Part of #4953 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4953-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