From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp36.i.mail.ru (smtp36.i.mail.ru [94.100.177.96]) (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 7B946445320 for ; Tue, 7 Jul 2020 19:00:23 +0300 (MSK) Date: Tue, 7 Jul 2020 19:00:22 +0300 From: Sergey Bronnikov Message-ID: <20200707160022.GB58485@pony.bronevichok.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On 01:31 Tue 07 Jul , Vladislav Shpilevoy wrote: > Тест продолжает регулярно падать, на последней версии ветки. завел тикет https://github.com/tarantool/tarantool/issues/5150 при снапшоте на реплике почему-то таймаутится кворум > [001] replication/qsync_snapshots.test.lua memtx [ fail ] > [001] > [001] Test failed! Result content mismatch: > [001] --- replication/qsync_snapshots.result Tue Jul 7 00:34:34 2020 > [001] +++ replication/qsync_snapshots.reject Tue Jul 7 01:28:53 2020 > [001] @@ -233,7 +233,7 @@ > [001] | ... > [001] box.snapshot() -- abort > [001] | --- > [001] - | - error: A rollback for a synchronous transaction is received > [001] + | - error: Quorum collection for a synchronous transaction is timed out > [001] | ... > [001] box.space.sync:select{} -- 1 > [001] | --- > [001] -- sergeyb@