From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (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 41F40445320 for ; Tue, 28 Jul 2020 11:09:26 +0300 (MSK) Date: Tue, 28 Jul 2020 11:09:23 +0300 From: "Alexander V. Tikhonov" Message-ID: <20200728080923.GA16307@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/2] Qsync flaky tests, next iteration 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 for the fixes. I've checked it and seems that it helps to avoid of issues - the patches LGTM. On Thu, Jul 23, 2020 at 01:57:00AM +0200, Vladislav Shpilevoy wrote: > The patchset attempts to fix more flaky test cases discovered since the last > fixes. > > Branch: http://github.com/tarantool/tarantool/tree/gerold103/qsync-flaky-tests > Issue: https://github.com/tarantool/tarantool/issues/5196 > Issue: https://github.com/tarantool/tarantool/issues/5167 > > Vladislav Shpilevoy (2): > test: fix flaky qsync_snapshots.test.lua again > test: fix flaky qsync_with_anon.test.lua again > > test/replication/qsync_snapshots.result | 8 +++- > test/replication/qsync_snapshots.test.lua | 4 +- > test/replication/qsync_with_anon.result | 58 +++++++++++++++++++++-- > test/replication/qsync_with_anon.test.lua | 27 +++++++++-- > 4 files changed, 86 insertions(+), 11 deletions(-) > > -- > 2.21.1 (Apple Git-122.3) >