From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-f66.google.com (mail-lf1-f66.google.com [209.85.167.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 143C6469710 for ; Wed, 25 Nov 2020 17:10:14 +0300 (MSK) Received: by mail-lf1-f66.google.com with SMTP id j205so3310651lfj.6 for ; Wed, 25 Nov 2020 06:10:13 -0800 (PST) Date: Wed, 25 Nov 2020 17:10:10 +0300 From: Cyrill Gorcunov Message-ID: <20201125141010.GB1231860@grain> References: <20201124152405.1174898-1-gorcunov@gmail.com> <20201124152405.1174898-4-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH v2 3/3] test: add replication/gh-5446-sqync-eval-quorum.test.lua List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Serge Petrenko Cc: tml , Vladislav Shpilevoy On Wed, Nov 25, 2020 at 04:57:20PM +0300, Serge Petrenko wrote: > > This patch LGTM with one comment. > > AFAIU you may use replica.lua for this test. I'll try, thanks Serge!