From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 dev.tarantool.org (Postfix) with ESMTPS id 64588469710 for ; Thu, 21 May 2020 20:53:28 +0300 (MSK) Date: Thu, 21 May 2020 20:53:03 +0300 From: Alexander Turenko Message-ID: <20200521175303.rpc5lrpnghfkzsc3@tkn_work_nb> References: <7f8b7e281522a7d1f7a723f7756f0c4e3be86c51.1590046682.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <7f8b7e281522a7d1f7a723f7756f0c4e3be86c51.1590046682.git.avtikhon@tarantool.org> 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 V. Tikhonov" Cc: Oleg Piskunov , tarantool-patches@dev.tarantool.org > 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.