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 5A636469719 for ; Tue, 6 Oct 2020 13:04:01 +0300 (MSK) Date: Tue, 6 Oct 2020 13:04:00 +0300 From: Kirill Yukhin Message-ID: <20201006100400.laaam7pj5fnyo4kr@tarantool.org> References: <20201002103312.23042-1-sergepetrenko@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201002103312.23042-1-sergepetrenko@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] raft: add a test with synchronous replication List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Serge Petrenko Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Hello, On 02 окт 13:33, Serge Petrenko wrote: > --- > Branch: https://github.com/tarantool/tarantool/tree/sp/raft-qsync-test > > The test is relatively long (runs for 10 seconds on my machine). > but I still think it's worth having it, at least under --long option (I haven't > added it to long_run list yet). > > test/replication/election_qsync.result | 125 +++++++++++++++++++++++ > test/replication/election_qsync.test.lua | 70 +++++++++++++ > test/replication/election_replica.lua | 10 +- > 3 files changed, 202 insertions(+), 3 deletions(-) > create mode 100644 test/replication/election_qsync.result > create mode 100644 test/replication/election_qsync.test.lua I've checked your patch into master. -- Regards, Kirill Yukhin