From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (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 16ECE445320 for ; Thu, 23 Jul 2020 02:57:04 +0300 (MSK) From: Vladislav Shpilevoy Date: Thu, 23 Jul 2020 01:57:00 +0200 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [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: tarantool-patches@dev.tarantool.org, avtikhon@tarantool.org 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)