Skip to content

Commit e35c56c

Browse files
committed
test: use unix socket in replication-py tests
To reduce the chance to encounter the tarantool/test-run#141 issue in replication-py 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 (cherry picked from commit cb6fc4a)
1 parent 588c653 commit e35c56c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-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,

0 commit comments

Comments
 (0)