Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 1408934

Browse files
committed
Enable parallel testing
The result of three runs on the 4 core 8 threads CPU (i7-7820HQ CPU @ 2.90GHz): In sequence: real 0m22.549s 0m23.230s 0m23.540s user 0m13.501s 0m14.089s 0m14.013s sys 0m3.467s 0m3.560s 0m3.552s Parallel: real 0m6.709s 0m6.646s 0m6.535s user 0m14.416s 0m14.439s 0m14.455s sys 0m3.403s 0m3.464s 0m3.445s
1 parent 68dd4ae commit 1408934

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

test/common/suite.ini

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ core = app
33
description = tests different setups simultaneously
44
lua_libs = lua/multirunner.lua lua/test_data_user_order.lua \
55
lua/test_data_nested_record.lua
6+
is_parallel = True

test/extra/suite.ini

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ lua_libs =
66
../common/lua/test_data_nested_record.lua \
77
../testdata/array_and_map_testdata.lua \
88
../testdata/nullable_index_testdata.lua
9+
is_parallel = True

test/local/suite.ini

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[default]
22
core = app
33
description = local tests (e. g. using spaces)
4+
is_parallel = True

test/shard_no_redundancy/suite.ini

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
core = tarantool
33
description = tests on shard without redundancy
44
script = master.lua
5+
is_parallel = True

test/shard_redundancy/suite.ini

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
core = tarantool
33
description = tests on shard with redundancy
44
script = master.lua
5+
is_parallel = True

0 commit comments

Comments
 (0)