[Tarantool-patches] [PATCH v1 02/12] test: enable parallel run for long test suites

Alexander V. Tikhonov avtikhon at tarantool.org
Tue Nov 26 09:21:38 MSK 2019


From: Sergei Voronezhskii <sergw at tarantool.org>

Part of #3232

(cherry picked from commit e01c58fa097302570b377211f5b392a82fbda1af)
---
 test/engine_long/suite.ini | 2 +-
 test/long_run-py/suite.ini | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/engine_long/suite.ini b/test/engine_long/suite.ini
index 43f1c97fa..0ebb7c9f8 100644
--- a/test/engine_long/suite.ini
+++ b/test/engine_long/suite.ini
@@ -7,4 +7,4 @@ lua_libs = suite.lua
 use_unix_sockets = True
 use_unix_sockets_iproto = True
 config = engine.cfg
-is_parallel = False
+is_parallel = True
diff --git a/test/long_run-py/suite.ini b/test/long_run-py/suite.ini
index 9385cf28d..110bbb548 100644
--- a/test/long_run-py/suite.ini
+++ b/test/long_run-py/suite.ini
@@ -8,4 +8,4 @@ release_disabled =
 lua_libs = suite.lua
 use_unix_sockets = True
 use_unix_sockets_iproto = True
-is_parallel = False
+is_parallel = True
-- 
2.17.1



More information about the Tarantool-patches mailing list