[
https://issues.apache.org/jira/browse/THRIFT-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13976097#comment-13976097
]
Hudson commented on THRIFT-2463:
--------------------------------
FAILURE: Integrated in Thrift #1138 (See
[https://builds.apache.org/job/Thrift/1138/])
THRIFT-2463 test/py/RunClientServer.py fails sometimes (roger: rev
9b328531122ae241ed52622b9356014fd8aa8a6a)
* test/py/RunClientServer.py
> 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
> Assignee: Roger Meier
> Attachments:
> THRIFT-2463-Fix-a-timing-bug-by-properly-waiting-for-the-server.patch
>
>
> 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)