From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 E718C469719 for ; Wed, 11 Nov 2020 00:11:59 +0300 (MSK) Date: Wed, 11 Nov 2020 00:11:57 +0300 From: "Alexander V. Tikhonov" Message-ID: <20201110211157.GD25467@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] Raft slow 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, I've checked all results in gitlab-ci, and no new degradations found [1], patch LGTM. [1] - https://gitlab.com/tarantool/tarantool/-/pipelines/213912679 On Sat, Nov 07, 2020 at 12:46:31AM +0100, Vladislav Shpilevoy wrote: > 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) >