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 12DF4248E5 for ; Thu, 4 Jul 2019 10:05:11 -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 eVjkj9Ws-Pn7 for ; Thu, 4 Jul 2019 10:05:11 -0400 (EDT) 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 turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id C9506247C9 for ; Thu, 4 Jul 2019 10:05:10 -0400 (EDT) Date: Thu, 4 Jul 2019 17:04:47 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v6 1/2] test: temporary disable on_shutdown.test.lua test Message-ID: <20190704140447.kujytk6eso7sf76y@tkn_work_nb> References: <15e303a64d13105951fbfa1db4391bef4fcef324.1561481610.git.avtikhon@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <15e303a64d13105951fbfa1db4391bef4fcef324.1561481610.git.avtikhon@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: "Alexander V. Tikhonov" Cc: tarantool-patches@freelists.org Pushed Sergey's fix instead. https://www.freelists.org/post/tarantool-patches/PATCH-test-fix-boxon-shutdown-flakiness,3 WBR, Alexander Turenko. On Tue, Jun 25, 2019 at 07:58:00PM +0300, Alexander V. Tikhonov wrote: > The test is flaky and often fails in parallel testing. We want to enable > parallel testing within scope of #4156 (enabling GitLab CI). > > It should be enabled back in the scope of #4134. > > Needed for #4156. > --- > test/box/suite.ini | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/box/suite.ini b/test/box/suite.ini > index 9197e3c0f..beb925faa 100644 > --- a/test/box/suite.ini > +++ b/test/box/suite.ini > @@ -2,7 +2,7 @@ > core = tarantool > description = Database tests > script = box.lua > -disabled = rtree_errinj.test.lua tuple_bench.test.lua > +disabled = rtree_errinj.test.lua tuple_bench.test.lua on_shutdown.test.lua > release_disabled = errinj.test.lua errinj_index.test.lua rtree_errinj.test.lua upsert_errinj.test.lua iproto_stress.test.lua > lua_libs = lua/fifo.lua lua/utils.lua lua/bitset.lua lua/index_random_test.lua lua/push.lua lua/identifier.lua > use_unix_sockets = True > -- > 2.17.1 >