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 B178028142 for ; Mon, 15 Apr 2019 08:06:50 -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 F1EZsPVk_L9p for ; Mon, 15 Apr 2019 08:06:50 -0400 (EDT) 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 turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id EF88E2B7B3 for ; Mon, 15 Apr 2019 08:06:49 -0400 (EDT) From: avtikhon Subject: [tarantool-patches] [PATCH v1] test: enable parallel testing for vinyl suite Date: Mon, 15 Apr 2019 15:06:44 +0300 Message-Id: <836868d9fe292582c3dbc7ade8919081686fee22.1555329875.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 Turenko Cc: avtikhon , tarantool-patches@freelists.org Need to switch on is_parallel flag for vinyl suite to be able to run subtests in parallel using: ./test_run.pl -j'' Close #4158 --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh4158-vinyl-parallel Issue: https://github.com/tarantool/tarantool/issues/4158 test/vinyl/suite.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vinyl/suite.ini b/test/vinyl/suite.ini index 3612cf44b..98d9eb5ae 100644 --- a/test/vinyl/suite.ini +++ b/test/vinyl/suite.ini @@ -7,6 +7,6 @@ config = suite.cfg lua_libs = suite.lua stress.lua large.lua txn_proxy.lua ../box/lua/utils.lua use_unix_sockets = True long_run = stress.test.lua large.test.lua write_iterator_rand.test.lua dump_stress.test.lua select_consistency.test.lua throttle.test.lua -is_parallel = False +is_parallel = True disabled = upgrade.test.lua pretest_clean = True -- 2.17.1