From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (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 EE1A4445320 for ; Thu, 16 Jul 2020 23:38:15 +0300 (MSK) From: Vladislav Shpilevoy Date: Thu, 16 Jul 2020 22:38:09 +0200 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/4] Flaky qsync tests List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, avtikhon@tarantool.org 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)