From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 8372146970F for ; Tue, 26 Nov 2019 09:21:53 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Tue, 26 Nov 2019 09:21:39 +0300 Message-Id: In-Reply-To: <1c42ad20160f47d942cab405ce9896d6d31cc05f.1574749278.git.avtikhon@tarantool.org> References: <1c42ad20160f47d942cab405ce9896d6d31cc05f.1574749278.git.avtikhon@tarantool.org> In-Reply-To: <1c42ad20160f47d942cab405ce9896d6d31cc05f.1574749278.git.avtikhon@tarantool.org> References: <1c42ad20160f47d942cab405ce9896d6d31cc05f.1574749278.git.avtikhon@tarantool.org> Subject: [Tarantool-patches] [PATCH v1 03/12] test: replication parallel mode on List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: Sergei Voronezhskii , tarantool-patches@dev.tarantool.org From: Sergei Voronezhskii Part of #2436, #3232 (cherry picked from commit f5c8b825cf194ee9bf927a1a727adfbabe1a354e) --- test/replication/suite.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/replication/suite.ini b/test/replication/suite.ini index e3d932990..d817f81a8 100644 --- a/test/replication/suite.ini +++ b/test/replication/suite.ini @@ -9,7 +9,7 @@ lua_libs = lua/fast_replica.lua lua/rlimit.lua use_unix_sockets = True use_unix_sockets_iproto = True long_run = prune.test.lua -is_parallel = False +is_parallel = True fragile = errinj.test.lua ; gh-3870 join_vclock.test.lua ; gh-4160 long_row_timeout.test.lua ; gh-4351 -- 2.17.1