From cb6fc4a302cbb3af0f1c396a54d69b323f69514d Mon Sep 17 00:00:00 2001
From: Yaroslav Lobankov <y.lobankov@tarantool.org>
Date: Mon, 6 Jun 2022 19:42:44 +0300
Subject: [PATCH] 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
---
 test/replication-py/suite.ini | 1 +
 test/swim/suite.ini           | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test/replication-py/suite.ini b/test/replication-py/suite.ini
index 17089473ae..c314f98d02 100644
--- a/test/replication-py/suite.ini
+++ b/test/replication-py/suite.ini
@@ -2,6 +2,7 @@
 core = tarantool
 script =  master.lua
 description = tarantool/box, replication
+use_unix_sockets = True
 is_parallel = True
 fragile = {
     "retries": 10,
diff --git a/test/swim/suite.ini b/test/swim/suite.ini
index 1ec910cc8c..45c4513d8a 100644
--- a/test/swim/suite.ini
+++ b/test/swim/suite.ini
@@ -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,
-- 
GitLab