From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 90CF7469719 for ; Sat, 7 Nov 2020 02:46:35 +0300 (MSK) From: Vladislav Shpilevoy Date: Sat, 7 Nov 2020 00:46:31 +0100 Message-Id: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH 0/2] Raft slow tests List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, sergepetrenko@tarantool.org The patchset speeds up election tests, which could work almost a minute before. Branch: http://github.com/tarantool/tarantool/tree/gerold103/gh-5499-slow-raft-test Issue: https://github.com/tarantool/tarantool/issues/5499 Vladislav Shpilevoy (2): test: fix a typo in election_basic test: speed up election_qsync test/replication/election_basic.result | 2 +- test/replication/election_basic.test.lua | 2 +- test/replication/election_qsync.result | 6 ++++++ test/replication/election_qsync.test.lua | 4 ++++ 4 files changed, 12 insertions(+), 2 deletions(-) -- 2.21.1 (Apple Git-122.3)