-
Yaroslav Lobankov authored
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
Yaroslav Lobankov authoredTo 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
suite.ini 495 B
[default]
core = tarantool
script = master.lua
description = tarantool/box, replication
use_unix_sockets = True
is_parallel = True
fragile = {
"retries": 10,
"tests": {
"init_storage.test.py": {
"issues": [ "gh-4949" ]
},
"conflict.test.py": {
"issues": [ "gh-4980" ]
},
"cluster.test.py": {
"issues": [ "gh-5109" ]
},
"multi.test.py": {
"issues": [ "gh-5362" ]
}
}
}