You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Ilya Maykov (JIRA)" <ji...@apache.org> on 2019/02/12 00:11:00 UTC

[jira] [Created] (ZOOKEEPER-3276) Make X509UtilTest.testCreateSSLServerSocketWithPort less flaky

Ilya Maykov created ZOOKEEPER-3276:
--------------------------------------

             Summary: Make X509UtilTest.testCreateSSLServerSocketWithPort less flaky
                 Key: ZOOKEEPER-3276
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3276
             Project: ZooKeeper
          Issue Type: Improvement
    Affects Versions: 3.6.0, 3.5.5
            Reporter: Ilya Maykov
            Assignee: Ilya Maykov


Saw a Jenkins test failure where the port returned by PortAssignment.unique() was in use. Theory: by setting custom cipher suites before getting the free port, we will make it less likely that another thread/process grabs the port under us, thus making the test failure less likely.



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