Skip to content

Commit

Permalink
test: disable persistent connection testing
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Totktonada committed Mar 16, 2020
1 parent 8375538 commit 01bfb02
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions test-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,13 @@ def main():

for php_ini in [
'test/shared/tarantool-1.ini',
'test/shared/tarantool-2.ini',
'test/shared/tarantool-3.ini'
# Temporary disabled testing configuration with
# persistent connections due to gh-113 ('Receiving
# trash from persistent connect when there was timeout
# before').
#
# 'test/shared/tarantool-2.ini',
# 'test/shared/tarantool-3.ini'
]:
cmd = ''
shutil.copy(php_ini, os.path.join(test_cwd, 'tarantool.ini'))
Expand Down

0 comments on commit 01bfb02

Please sign in to comment.