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 64D4C24D34 for ; Sun, 11 Aug 2019 18:42:34 -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 UQcPtOZ3F0ar for ; Sun, 11 Aug 2019 18:42:34 -0400 (EDT) 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 turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id B29172495D for ; Sun, 11 Aug 2019 18:42:33 -0400 (EDT) Date: Mon, 12 Aug 2019 01:42:17 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH 1/1] test: fix flaky swim/errinj.test.lua Message-ID: <20190811224217.wytahhtfzc7mcywx@tkn_work_nb> References: <370fd137fece7c2ec40108893a63dec35aaf9b85.1564515238.git.v.shpilevoy@tarantool.org> <20190809101834.kg4oxvqzpzgbtgu5@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190809101834.kg4oxvqzpzgbtgu5@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, Vladislav Shpilevoy On Fri, Aug 09, 2019 at 01:18:34PM +0300, Kirill Yukhin wrote: > Hello, > > On 30 Jul 21:34, Vladislav Shpilevoy wrote: > > In one place that test sends a packet and expects that it has > > arrived two lines below. Under high load it may take more time. > > The patch makes the test explicitly wait for the packet arrival. > > > > Closes #4392 > > --- > > Issue: https://github.com/tarantool/tarantool/issues/4392 > > Branch: https://github.com/tarantool/tarantool/tree/gerold103/gh-4392-swim-flaky-test > > I've checked the patch into 2.2 and master. I don't see this commit in 2.2.