Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.9.1
-
None
-
Patch Available
Description
This test is flaky in our CI system and the flakiness is also visible on Jenkins (see examples of failed builds here and here).
All the test cases of AcceleratedBinaryTest fail with this signature:
====================================================================== 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
Attachments
Attachments
Issue Links
- is blocked by
-
THRIFT-2466 Improper error handling for SSL/TLS connections that don't complete a handshake
- Closed