Tony Reix created AVRO-1609:
-------------------------------
Summary: test_server_with_path test fail in version 1.7.7 .
Key: AVRO-1609
URL: https://issues.apache.org/jira/browse/AVRO-1609
Project: Avro
Issue Type: Bug
Components: python
Affects Versions: 1.7.7
Environment: Ubuntu / x86_64
RHEL 7 / PPC64
Reporter: Tony Reix
Priority: Minor
cd lang/py
ant test
[py-test] ..................E.............................
[py-test]
======================================================================
[py-test] ERROR: test_server_with_path (test_ipc.TestIPC)
[py-test]
----------------------------------------------------------------------
[py-test] Traceback (most recent call last):
[py-test] File
"/home/reixt/AVRO/avro-src-1.7.7/lang/py/build/test/test_ipc.py", line 31, in
test_server_with_path
[py-test] client_with_custom_path =
ipc.HTTPTransceiver('dummyserver.net', 80, '/service/article')
[py-test] File
"/home/reixt/AVRO/avro-src-1.7.7/lang/py/build/src/avro/ipc.py", line 471, in
__init__
[py-test] self.conn.connect()
[py-test] File "/usr/lib/python2.7/httplib.py", line 772, in connect
[py-test] self.timeout, self.source_address)
[py-test] File "/usr/lib/python2.7/socket.py", line 571, in
create_connection
[py-test] raise err
[py-test] error: [Errno 110] Connection timed out
[py-test]
[py-test] -----------------------------------------------------------------
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)