You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Byung-Gon Chun (JIRA)" <ji...@apache.org> on 2014/12/04 23:19:12 UTC

[jira] [Created] (REEF-68) Make Wake unit tests robust to port conflicts

Byung-Gon Chun created REEF-68:
----------------------------------

             Summary: Make Wake unit tests robust to port conflicts
                 Key: REEF-68
                 URL: https://issues.apache.org/jira/browse/REEF-68
             Project: REEF
          Issue Type: Improvement
          Components: Wake
            Reporter: Byung-Gon Chun
            Assignee: Tae-Geon Um
            Priority: Minor


Wake unit tests use hard-coded port numbers (e.g., 9000). In rare cases, there are port conflicts, which cause tests to return errors. 

Instead of using a fixed port number, we can choose a random port number that is not being used before the set of tests runs and use it for all the tests in a single Test class.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)