You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/01/11 20:52:00 UTC

[jira] [Updated] (THRIFT-4733) Address already in use with python unit test

     [ https://issues.apache.org/jira/browse/THRIFT-4733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James E. King III updated THRIFT-4733:
--------------------------------------
    Priority: Minor  (was: Major)

> Address already in use with python unit test
> --------------------------------------------
>
>                 Key: THRIFT-4733
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4733
>             Project: Thrift
>          Issue Type: Bug
>            Reporter: Jun
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> run python unit test fail:
> {code:java}
> WARNING:thrift.transport.sslcompat:ipaddress module is unavailable WARNING:thrift.transport.sslcompat:backports.ssl_match_hostname is unavailable .skipping test_client_cert .......PROTOCOL_SSLv3 is not available PROTOCOL_SSLv2 is not available .EException in thread __enter__: Traceback (most recent call last): File "/Users/jun/.pyenv/versions/2.7.15/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() File "test/test_sslsocket.py", line 64, in run self._server.listen() File "/Users/jun/.pyenv/versions/thrift-py2/lib/python2.7/site-packages/thrift/transport/TSocket.py", line 185, in listen self.handle.bind(res[4]) File "/Users/jun/.pyenv/versions/2.7.15/lib/python2.7/socket.py", line 228, in meth return getattr(self._sock,name)(*args) error: [Errno 48] Address already in use
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)