From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 390A229C37 for ; Thu, 13 Jun 2019 05:51:05 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OvLkTXHDcb6z for ; Thu, 13 Jun 2019 05:51:05 -0400 (EDT) Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id EC72125B6C for ; Thu, 13 Jun 2019 05:51:04 -0400 (EDT) Date: Thu, 13 Jun 2019 12:50:42 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v1] test: replication/misc fix for high load Message-ID: <20190613095041.ejfad4th2mx4vwrx@tkn_work_nb> References: <6b19bb4ba0d1f35c2c3073ba7555d0f20ae85ed2.1559913814.git.avtikhon@tarantool.org> <20190613082132.mmg2ckab6b5sy7gg@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190613082132.mmg2ckab6b5sy7gg@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Kirill Yukhin Cc: tarantool-patches@freelists.org, "Alexander V. Tikhonov" On Thu, Jun 13, 2019 at 11:21:32AM +0300, Kirill Yukhin wrote: > Hello, > > On 07 Jun 16:25, Alexander V. Tikhonov wrote: > > Fixed test replication/misc to be able to run it on > > hosts under high load. Changed downstream check to > > use test_run:wait_downstream() function, to wait for > > certain box.info.replication values to fix the error: > > > > [050] replication/misc.test.lua [ fail ] > > [050] > > [050] Test failed! Result content mismatch: > > [050] --- replication/misc.result Thu Jun 6 06:46:54 2019 > > [050] +++ replication/misc.reject Fri Jun 7 05:55:00 2019 > > [050] @@ -622,7 +622,7 @@ > > [050] ... > > [050] box.info.replication[2].downstream.status > > [050] --- > > [050] -- stopped > > [050] +- follow > > [050] ... > > [050] test_run:cmd("stop server replica") > > [050] --- > > > > Closes #4277 > > I've checked your patch into 2.1 and master. It worth to have green CI on 1.10 too.