From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (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 A5EFD41C5DE for ; Fri, 3 Jul 2020 02:20:49 +0300 (MSK) References: From: Vladislav Shpilevoy Message-ID: <800cf8b3-9c49-fb74-92f0-019c4f55088b@tarantool.org> Date: Fri, 3 Jul 2020 01:20:47 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 4/4] replication: add tests for sync replication with snapshots List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: sergeyb@tarantool.org, tarantool-patches@dev.tarantool.org, sergepetrenko@tarantool.org, gorcunov@gmail.com, lvasiliev@tarantool.org I didn't review it properly. Just a local fail: [002] replication/qsync_snapshots.test.lua memtx [ fail ] [002] [002] Test failed! Result content mismatch: [002] --- replication/qsync_snapshots.result Fri Jul 3 01:14:24 2020 [002] +++ replication/qsync_snapshots.reject Fri Jul 3 01:17:11 2020 [002] @@ -233,7 +233,7 @@ [002] | ... [002] box.snapshot() -- abort [002] | --- [002] - | - error: A rollback for a synchronous transaction is received [002] + | - error: Quorum collection for a synchronous transaction is timed out [002] | ... [002] box.space.sync:select{} -- 1 [002] | --- [002]