From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp33.i.mail.ru (smtp33.i.mail.ru [94.100.177.93]) (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 C9376445320 for ; Tue, 7 Jul 2020 01:55:10 +0300 (MSK) Received: by smtp33.i.mail.ru with esmtpa (envelope-from ) id 1jsa0y-0006Zb-9G for tarantool-patches@dev.tarantool.org; Tue, 07 Jul 2020 01:55:10 +0300 From: Vladislav Shpilevoy References: Message-ID: <8e8315f6-f485-7aa6-bde7-daee23ff5318@tarantool.org> Date: Tue, 7 Jul 2020 00:55:07 +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 1/1] txn_limbo: introduce dynamic synchro config List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org I force pushed deletion of replication/gh-5119-sync_replication.test.lua. It passed, but was not strictly related to the actual bug. An alternative test is inside qsync_basic.test.lua.