GitHub user jsirois opened a pull request:

    https://github.com/apache/thrift/pull/850

    lib/py/test/test_sslsocket.py is flaky

    Previously a combination of fixed ports, fixed paths and delays was used
    in all TSSLSocketTest tests that involved making a client-server
    connection; now ephemeral ports, unique tmp files and no delays for
    successful connection tests are all implemented. A delay still remains
    for the failed connection tests to allow for SSL handshake initiation
    but not wait too long.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jsirois/thrift THRIFT-3616

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/thrift/pull/850.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 #850
    
----
commit ccc526da5bdfaf65e94a88e2e3350648ba2931c4
Author: John Sirois <jsir...@apache.org>
Date:   2016-02-12T15:10:13Z

    Improve TSSLSocketTest robustness.
    
    Previously a combination of fixed ports, fixed paths and delays was used
    in all TSSLSocketTest tests that involved making a client-server
    connection; now ephemeral ports, unique tmp files and no delays for
    successful connection tests are all implemented. A delay still remains
    for the failed connection tests to allow for SSL handshake initiation
    but not wait too long.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to