[
https://issues.apache.org/jira/browse/THRIFT-3682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15169509#comment-15169509
]
ASF GitHub Bot commented on THRIFT-3682:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/902
THRIFT-3682 Do not reuse refused sockets in test scripts
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3682
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/902.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #902
----
commit 7ddf6d6cb2ba1959baf1f15724ef3210c7b2d11a
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-02-26T18:44:02Z
THRIFT-3682 Do not reuse refused sockets in test scripts
----
> Do not reuse refused sockets in test scripts
> --------------------------------------------
>
> Key: THRIFT-3682
> URL: https://issues.apache.org/jira/browse/THRIFT-3682
> Project: Thrift
> Issue Type: Bug
> Components: Python - Library, Test Suite
> Environment: OS X 10.11
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
>
> On Linux, a Python socket object can be used for multiple connect attempts
> until eventually it's successfully connected.
> On the other hand, on OS X, the socket object becomes invalid after the first
> failed attempt.
> This was breaking python integration tests and also the cross test runner.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)