Skip to content

Commit 9739449

Browse files
committed
test: disable persistent connection testing
tarantool-3.ini configuration fails and it seems the reason is gh-133 ('Receiving trash from persistent connect when there was timeout before'). Disabled both tarantool-2.ini and tarantool-3.ini configurations, where persistent connections are used, until the problem will be resolved. Related to #113.
1 parent 4f6ecd4 commit 9739449

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

test-run.py

+7-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,13 @@ def main():
7070

7171
for php_ini in [
7272
'test/shared/tarantool-1.ini',
73-
'test/shared/tarantool-2.ini',
74-
'test/shared/tarantool-3.ini'
73+
# Temporary disabled testing configuration with
74+
# persistent connections due to gh-113 ('Receiving
75+
# trash from persistent connect when there was timeout
76+
# before').
77+
#
78+
# 'test/shared/tarantool-2.ini',
79+
# 'test/shared/tarantool-3.ini'
7580
]:
7681
cmd = ''
7782
shutil.copy(php_ini, os.path.join(test_cwd, 'tarantool.ini'))

0 commit comments

Comments
 (0)