From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (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 6FEA2445320 for ; Fri, 17 Jul 2020 16:19:29 +0300 (MSK) Date: Fri, 17 Jul 2020 16:19:27 +0300 From: "Alexander V. Tikhonov" Message-ID: <20200717131927.GA23202@hpalx> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 0/4] Flaky qsync tests List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org Hi Vlad, thanks a lot for the fast fixes, I've tried it and looks like it really helped to avoid of flaky fails. The patches LGTM. On Thu, Jul 16, 2020 at 10:38:09PM +0200, Vladislav Shpilevoy wrote: > Branch: http://github.com/tarantool/tarantool/tree/gerold103/qsync_flaky > Issue: https://github.com/tarantool/tarantool/issues/5162 > Issue: https://github.com/tarantool/tarantool/issues/5165 > Issue: https://github.com/tarantool/tarantool/issues/5167 > Issue: https://github.com/tarantool/tarantool/issues/5168 > > Vladislav Shpilevoy (4): > test: fix flaky qsync_with_anon.test.lua > test: fix flaky qsync_advanced.test.lua > test: fix flaky qsync_snapshots.test.lua > test: fix flaky qsync_basic.test.lua > > test/replication/qsync_advanced.result | 42 ++++++++++++++++------- > test/replication/qsync_advanced.test.lua | 32 ++++++++++------- > test/replication/qsync_basic.result | 6 ++-- > test/replication/qsync_basic.test.lua | 6 ++-- > test/replication/qsync_snapshots.result | 4 +++ > test/replication/qsync_snapshots.test.lua | 1 + > test/replication/qsync_with_anon.result | 4 +-- > test/replication/qsync_with_anon.test.lua | 4 +-- > 8 files changed, 65 insertions(+), 34 deletions(-) > > -- > 2.21.1 (Apple Git-122.3) >