[
https://issues.apache.org/jira/browse/THRIFT-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967772#comment-13967772
]
Benoit Sigoure commented on THRIFT-2463:
----------------------------------------
I may have a patch, I added some debugging and I don't see us tripping on the
{{SIGALRM}} (event though it still looks fishy to me). There are some
interlock issues in {{RunClientServer.py}} that I'm fixing to see if that
indeed stops the flakiness of my CI system.
> 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)