From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 6F5BE469710 for ; Fri, 15 May 2020 19:15:58 +0300 (MSK) Date: Fri, 15 May 2020 19:15:27 +0300 From: Sergey Bronnikov Message-ID: <20200515161527.GB73815@pony.bronevichok.ru> References: <9eff4c06aac471fb41e388f0ed0eefea59aa0ba8.1589517865.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline 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 Hi, Alexander On 07:46 Fri 15 May , 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 > --- LGTM