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 1783A41C5DC for ; Fri, 3 Jul 2020 02:20:46 +0300 (MSK) References: <012c8c196396cf963a0aa1f2d23814ff84b81cfb.1593723973.git.sergeyb@tarantool.org> From: Vladislav Shpilevoy Message-ID: Date: Fri, 3 Jul 2020 01:20:44 +0200 MIME-Version: 1.0 In-Reply-To: <012c8c196396cf963a0aa1f2d23814ff84b81cfb.1593723973.git.sergeyb@tarantool.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 2/4] replication: add advanced tests for sync replication 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: [001] replication/qsync_advanced.test.lua memtx [ fail ] [001] [001] Test failed! Result content mismatch: [001] --- replication/qsync_advanced.result Fri Jul 3 01:14:24 2020 [001] +++ replication/qsync_advanced.reject Fri Jul 3 01:17:49 2020 [001] @@ -538,7 +538,7 @@ [001] -- Disable synchronous mode. [001] disable_sync_mode() [001] | --- [001] - | - error: A rollback for a synchronous transaction is received [001] + | - error: Quorum collection for a synchronous transaction is timed out [001] | ... [001] -- Space is in async mode now. [001] box.space.sync:insert{3} -- async operation must wait sync one