Benoit Sigoure created THRIFT-2463:
--------------------------------------
Summary: test/py/RunClientServer.py fails sometimes
Key: THRIFT-2463
URL: https://issues.apache.org/jira/browse/THRIFT-2463
Project: Thrift
Issue Type: Bug
Components: Python - Library
Affects Versions: 0.9.1
Reporter: Benoit Sigoure
This test is flaky in our CI system and the flakiness is also visible on
Jenkins (see examples of failed builds
[here|http://mail-archives.apache.org/mod_mbox/thrift-dev/201309.mbox/%3C1012268498.737.1378727603714.JavaMail.hudson@aegis%3E]
and [here|https://www.mail-archive.com/[email protected]/msg10124.html]).
All the test cases of {{AcceleratedBinaryTest}} fail with this signature:
{code}
======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./TestClient.py", line 85, in setUp
self.transport.open()
File
"./../../lib/py/build/lib.linux-i686-2.7/thrift/transport/TTransport.py", line
149, in open
return self.__trans.open()
File "./../../lib/py/build/lib.linux-i686-2.7/thrift/transport/TSocket.py",
line 99, in open
message=message)
TTransportException: Could not connect to localhost:9090
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)