From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp41.i.mail.ru (smtp41.i.mail.ru [94.100.177.101]) (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 E5E95469719 for ; Tue, 8 Sep 2020 17:07:59 +0300 (MSK) Date: Tue, 8 Sep 2020 17:07:58 +0300 From: Kirill Yukhin Message-ID: <20200908140758.ra5znhsapqqvbdls@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 v2] Divide replication/misc.test.lua List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: Mergen Imeev , tarantool-patches@dev.tarantool.org Hello, On 04 сен 21:13, Alexander V. Tikhonov wrote: > To fix flaky issues of replication/misc.test.lua the test had to be > divided into smaller tests to be able to localize the flaky results: > > gh-2991-misc-assert-on-server-die.test.lua > gh-3111-misc-rebootstrap-from-ro-master.test.lua > gh-3160-misc-heartbeats-on-master-changes.test.lua > gh-3247-misc-value-not-replicated-on-iproto-request.test.lua > gh-3510-misc-assert-replica-on-applier-disconnect.test.lua > gh-3606-misc-crash-on-box-concurrent-update.test.lua > gh-3610-misc-assert-connecting-master-twice.test.lua > gh-3637-misc-no-panic-on-connected.test.lua > gh-3642-misc-no-socket-leak-on-replica-disconnect.test.lua > gh-3704-misc-replica-checks-cluster-id.test.lua > gh-3711-misc-no-restart-on-same-configuration.test.lua > gh-3760-misc-return-on-quorum-0.test.lua > gh-4399-misc-no-failure-on-error-reading-wal.test.lua > gh-4424-misc-orphan-on-reconfiguration-error.test.lua > > Needed for #4940 > --- > > Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4940-replication-misc > Issue: https://github.com/tarantool/tarantool/issues/4940 I've checked your patch into 1.10, 2.4, 2.5 and master. -- Regards, Kirill Yukhin