From: avtikhon <avtikhon@tarantool.org> To: Alexander Turenko <alexander.turenko@tarantool.org> Cc: avtikhon <avtikhon@tarantool.org>, tarantool-patches@freelists.org Subject: [tarantool-patches] [PATCH v1] test: enable parallel testing for vinyl suite Date: Mon, 15 Apr 2019 15:06:44 +0300 [thread overview] Message-ID: <836868d9fe292582c3dbc7ade8919081686fee22.1555329875.git.avtikhon@tarantool.org> (raw) Need to switch on is_parallel flag for vinyl suite to be able to run subtests in parallel using: ./test_run.pl -j'<threads>' 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
next reply other threads:[~2019-04-15 12:06 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-04-15 12:06 avtikhon [this message] 2019-04-15 13:25 ` [tarantool-patches] " Alexander Turenko
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=836868d9fe292582c3dbc7ade8919081686fee22.1555329875.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@freelists.org \ --subject='Re: [tarantool-patches] [PATCH v1] test: enable parallel testing for vinyl suite' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox