[tarantool-patches] Re: [PATCH v6 1/2] test: temporary disable on_shutdown.test.lua test

  • From: Alexander Turenko <alexander.turenko@xxxxxxxxxxxxx>
  • To: "Alexander V. Tikhonov" <avtikhon@xxxxxxxxxxxxx>
  • Date: Thu, 4 Jul 2019 17:04:47 +0300

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


Other related posts:

  • » [tarantool-patches] Re: [PATCH v6 1/2] test: temporary disable on_shutdown.test.lua test - Alexander Turenko