Skip to content
Snippets Groups Projects
Commit cb6fc4a3 authored by Yaroslav Lobankov's avatar Yaroslav Lobankov Committed by Yaroslav Lobankov
Browse files

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
parent bd6fb06a
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
core = tarantool
script = master.lua
description = tarantool/box, replication
use_unix_sockets = True
is_parallel = True
fragile = {
"retries": 10,
......
......@@ -3,6 +3,7 @@ core = tarantool
description = SWIM tests
script = box.lua
release_disabled = errinj.test.lua
use_unix_sockets = True
is_parallel = True
fragile = {
"retries": 10,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment