From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 852E5469710 for ; Fri, 15 May 2020 19:27:51 +0300 (MSK) Date: Fri, 15 May 2020 19:27:20 +0300 From: Sergey Bronnikov Message-ID: <20200515162720.GC73815@pony.bronevichok.ru> References: <5e8736537209a6b2d45d47a15edb22d8e6a09f59.1589443360.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <5e8736537209a6b2d45d47a15edb22d8e6a09f59.1589443360.git.avtikhon@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v1] test: set unix sockets for iproto at core = app List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Alexander V. Tikhonov" Cc: Oleg Piskunov , tarantool-patches@dev.tarantool.org Hi, Alexander On 11:06 Thu 14 May , Alexander V. Tikhonov wrote: > Set hard-coded unix sockets for iproto connections at core = app. > Added its option in *-tap/suites.ini files and fixed tests for it. > Fix helped to handle the problem with 'Address already in use' error. > Check the previous commit that set the use of sockets: > > 60f84cbfca24e3a91cea067c923e006b44ee589f ('test: use unix sockets for iproto connections') > > Closes #4459 > --- LGTM