From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (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 59F7C45C305 for ; Tue, 8 Dec 2020 13:50:06 +0300 (MSK) Date: Tue, 8 Dec 2020 13:50:04 +0300 From: "Alexander V. Tikhonov" Message-ID: <20201208105004.GA20737@hpalx> References: <0a7d07b3-7b67-0180-bc8d-dc2fe89d5fd8@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0a7d07b3-7b67-0180-bc8d-dc2fe89d5fd8@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH 1/1] test: fix to resolve box/net_msg_max flaky List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org Hi Sergey, thanks for the patch, as I see no new degradation found in gitlab-ci testing commit criteria pipeline [1], patch LGTM. [1] - https://gitlab.com/tarantool/tarantool/-/pipelines/226095607 On Sat, Dec 05, 2020 at 12:01:34AM +0100, Vladislav Shpilevoy wrote: > Hi! Thanks for the patch! > > On 04.12.2020 19:21, Sergey Ostanevich via Tarantool-patches wrote: > > > > A problem was gh-4834-netbox-fiber-cancel left a request hanging > > so the net_msg_max fails in case it follows on the same runner. > > Please, add 'Follow-up #5013' line here. > > > --- > > Branch: http://github.com/tarantool/tarantool/tree/sergos/gh-5013-followup > > Sasha, please, tell if we can push this.