Skip to content

Commit 119f679

Browse files
committed
test: use unix socket in replication-py/swim tests
To reduce the chance to encounter the tarantool/test-run#141 issue in replication-py/swim tests, let's switch to using unix sockets instead of TCP ports for tarantool console. NO_DOC=testing stuff NO_TEST=testing stuff NO_CHANGELOG=testing stuff
1 parent 0eac13b commit 119f679

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/replication-py/suite.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
core = tarantool
33
script = master.lua
44
description = tarantool/box, replication
5+
use_unix_sockets = True
56
is_parallel = True
67
fragile = {
78
"retries": 10,

test/swim/suite.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ core = tarantool
33
description = SWIM tests
44
script = box.lua
55
release_disabled = errinj.test.lua
6+
use_unix_sockets = True
67
is_parallel = True
78
fragile = {
89
"retries": 10,

0 commit comments

Comments
 (0)