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

Fix flaky fails with hang tests #213

Merged
merged 1 commit into from
Sep 5, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test-run
1 change: 1 addition & 0 deletions test/bench/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ core = app
description = microbenchmarking
config = suite.cfg
is_parallel = False
use_unix_sockets = True
long_run =
forking-2-100-1.test.lua
forking-2-1-1.test.lua
Expand Down
1 change: 1 addition & 0 deletions test/common/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ core = app
description = tests different setups simultaneously
config = suite.cfg
is_parallel = True
use_unix_sockets = True
1 change: 1 addition & 0 deletions test/extra/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ core = app
description = tests on features which are not related to specific executor
is_parallel = True
config = suite.cfg
use_unix_sockets = True
1 change: 1 addition & 0 deletions test/space/suite.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ core = app
description = tests with space accessor
config = suite.cfg
is_parallel = False
use_unix_sockets = True