Tarantool development patches archive
 help / color / mirror / Atom feed
* [tarantool-patches] [PATCH v2] test: enable parallel testing for vinyl suite
@ 2019-05-06  9:56 avtikhon
  2019-05-06 11:34 ` [tarantool-patches] " Alexander Turenko
  0 siblings, 1 reply; 2+ messages in thread
From: avtikhon @ 2019-05-06  9:56 UTC (permalink / raw)
  To: Alexander Turenko; +Cc: avtikhon, tarantool-patches

Need to switch on is_parallel flag for vinyl suite
to be able to run subtests in parallel using:
./test_run.pl -j'<threads>'
Test vinyl/throttle.test.lua temporary disabled due
to it tests the performance which fails in parallel
runs because of highloaded hardware.

Fix #4158
---

Github: https://github.com/tarantool/tarantool/compare/avtikhon/gh4158-vinyl-parallel
Issue: https://github.com/tarantool/tarantool/issues/4158

 test/vinyl/suite.ini | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/test/vinyl/suite.ini b/test/vinyl/suite.ini
index 3612cf44b..f6783105f 100644
--- a/test/vinyl/suite.ini
+++ b/test/vinyl/suite.ini
@@ -7,6 +7,7 @@ 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
-disabled = upgrade.test.lua
+is_parallel = True
+# throttle.test.lua temporary disabled for gh-4168
+disabled = upgrade.test.lua throttle.test.lua
 pretest_clean = True
-- 
2.17.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [tarantool-patches] Re: [PATCH v2] test: enable parallel testing for vinyl suite
  2019-05-06  9:56 [tarantool-patches] [PATCH v2] test: enable parallel testing for vinyl suite avtikhon
@ 2019-05-06 11:34 ` Alexander Turenko
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Turenko @ 2019-05-06 11:34 UTC (permalink / raw)
  To: avtikhon; +Cc: tarantool-patches

Pushed to master and 2.1.

WBR, Alexander Turenko.

On Mon, May 06, 2019 at 12:56:51PM +0300, avtikhon wrote:
> Need to switch on is_parallel flag for vinyl suite
> to be able to run subtests in parallel using:
> ./test_run.pl -j'<threads>'

Typo: pl -> py (I have fixed it).

> Test vinyl/throttle.test.lua temporary disabled due
> to it tests the performance which fails in parallel
> runs because of highloaded hardware.
> 
> Fix #4158
> ---
> 
> Github: https://github.com/tarantool/tarantool/compare/avtikhon/gh4158-vinyl-parallel
> Issue: https://github.com/tarantool/tarantool/issues/4158
> 
>  test/vinyl/suite.ini | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/test/vinyl/suite.ini b/test/vinyl/suite.ini
> index 3612cf44b..f6783105f 100644
> --- a/test/vinyl/suite.ini
> +++ b/test/vinyl/suite.ini
> @@ -7,6 +7,7 @@ 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
> -disabled = upgrade.test.lua
> +is_parallel = True
> +# throttle.test.lua temporary disabled for gh-4168
> +disabled = upgrade.test.lua throttle.test.lua
>  pretest_clean = True
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-06 11:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-06  9:56 [tarantool-patches] [PATCH v2] test: enable parallel testing for vinyl suite avtikhon
2019-05-06 11:34 ` [tarantool-patches] " Alexander Turenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox