From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp58.i.mail.ru (smtp58.i.mail.ru [217.69.128.38]) (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 BAD73469710 for ; Thu, 21 May 2020 22:37:37 +0300 (MSK) Date: Thu, 21 May 2020 22:37:35 +0300 From: "Alexander V. Tikhonov" Message-ID: <20200521193735.GA27679@hpalx> References: <7f8b7e281522a7d1f7a723f7756f0c4e3be86c51.1590046682.git.avtikhon@tarantool.org> <20200521175303.rpc5lrpnghfkzsc3@tkn_work_nb> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200521175303.rpc5lrpnghfkzsc3@tkn_work_nb> Subject: Re: [Tarantool-patches] [PATCH v2] 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 Turenko Cc: tarantool-patches@dev.tarantool.org Alexander, thank you for the correction, removed the test from the fragiled list and mentioned it in the commit message. On Thu, May 21, 2020 at 08:53:03PM +0300, Alexander Turenko wrote: > > Closes #4459 > > --- > > > diff --git a/test/sql-tap/suite.ini b/test/sql-tap/suite.ini > > index 8f3c3eab1..0e8498875 100644 > > --- a/test/sql-tap/suite.ini > > +++ b/test/sql-tap/suite.ini > > @@ -29,5 +29,6 @@ long_run = gh-3332-tuple-format-leak.test.lua, gh-3083-ephemeral-unref-tuples.te > > config = engine.cfg > > show_reproduce_content = False > > pretest_clean = True > > +use_unix_sockets_iproto = True > > fragile = gh-4077-iproto-execute-no-bind.test.lua ; gh-4459 > > selectG.test.lua ; gh-4458 > > We added gh-4077-iproto-execute-no-bind.test.lua test into fragile test > list because of the 'Address already in use' problem, which we're going > to workaround here. So it worth to remove the test from the fragile test > list.