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 1E5EB46970F for ; Sun, 24 Nov 2019 18:53:42 +0300 (MSK) References: From: Vladislav Shpilevoy Message-ID: <07825b6b-7064-2f46-4409-2571e6e32d6a@tarantool.org> Date: Sun, 24 Nov 2019 16:53:39 +0100 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 v2 0/4] fix box_set_replication issues & stabilize quorum test List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ilya Kosarev , tarantool-patches@dev.tarantool.org Hi! Please, specify branch and issue links. Issue: https://github.com/tarantool/tarantool/issues/4586 Branch: https://github.com/tarantool/tarantool/commits/i.kosarev/gh-4586-fix-quorum-test Add 'Changes in V2' section, when you send a new version. On 23/11/2019 22:53, Ilya Kosarev wrote: > This patchset fixes appliers pruning in replicaset_update, anon > replicas iteration issues in replicaset_follow and stabilizes quorum > test. It also stabilizes tcp_connect in test_run:cmd(). > > Ilya Kosarev (4): > test: update test-run > replication: fix appliers pruning > replication: make anon replicas iteration safe > test: stabilize quorum test conditions > > src/box/replication.cc | 17 +++--- > test-run | 2 +- > .../box_set_replication_stress.result | 38 +++++++++++++ > .../box_set_replication_stress.test.lua | 17 ++++++ > test/replication/quorum.result | 54 ++++++++++++++----- > test/replication/quorum.test.lua | 24 +++++---- > 6 files changed, 121 insertions(+), 31 deletions(-) > create mode 100644 test/replication/box_set_replication_stress.result > create mode 100644 test/replication/box_set_replication_stress.test.lua >