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 1F6E2246C1 for ; Fri, 9 Aug 2019 06:18:41 -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 GjTUEF-GpF0B for ; Fri, 9 Aug 2019 06:18:41 -0400 (EDT) Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.179.24]) (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 7D0A5213F5 for ; Fri, 9 Aug 2019 06:18:40 -0400 (EDT) Date: Fri, 9 Aug 2019 13:18:34 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 1/1] test: fix flaky swim/errinj.test.lua Message-ID: <20190809101834.kg4oxvqzpzgbtgu5@tarantool.org> References: <370fd137fece7c2ec40108893a63dec35aaf9b85.1564515238.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <370fd137fece7c2ec40108893a63dec35aaf9b85.1564515238.git.v.shpilevoy@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: tarantool-patches@freelists.org Cc: alexander.turenko@tarantool.org 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. -- Regards, Kirill Yukhin