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 8B21246971A for ; Mon, 2 Dec 2019 14:47:47 +0300 (MSK) Date: Mon, 2 Dec 2019 14:47:45 +0300 From: Kirill Yukhin Message-ID: <20191202114745.t4bp5uvfshcwmnfz@tarantool.org> 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 v3 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 Cc: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org Helllo, On 25 ноя 14:50, 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(). > > Changes in v2: > - fixed mac os specific instability in quorum test > - added appropriate test case for anon replicas iteration > - fixed appliers pruning (fail discovered with test case mentioned above) > - bumped test-run to stabilize tcp_connect in test_run:cmd() > > Changes in v3: > - simplified mac os specific instability fix in quorum test > - improved appliers pruning fix > > Branch: https://github.com/tarantool/tarantool/tree/i.kosarev/gh-4586-fix-quorum-test > Issues: https://github.com/tarantool/tarantool/issues/4586 > https://github.com/tarantool/tarantool/issues/4643 > https://github.com/tarantool/tarantool/issues/4576 > https://github.com/tarantool/tarantool/issues/4440 > https://github.com/tarantool/test-run/issues/193 > > Ilya Kosarev (4): > test: update test-run Sasha, could you please take a look and if OK - commit to test-run & bump new version? > replication: fix appliers pruning > replication: make anon replicas iteration safe > test: stabilize quorum test conditions I've checked 3 patches into master, 2.2 and 1.10. -- Regards, Kirill Yukhin