You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Gwen Shapira (JIRA)" <ji...@apache.org> on 2015/02/04 03:20:35 UTC

[jira] [Created] (KAFKA-1916) Kafka unit tests need to choose random port

Gwen Shapira created KAFKA-1916:
-----------------------------------

             Summary: Kafka unit tests need to choose random port
                 Key: KAFKA-1916
                 URL: https://issues.apache.org/jira/browse/KAFKA-1916
             Project: Kafka
          Issue Type: Bug
            Reporter: Gwen Shapira
            Assignee: Gwen Shapira


Tired of seeing unit tests fail with:

{code}
17:46:16 kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr FAILED
17:46:16     java.net.BindException: Address already in use
{code}

Tests should pick a random open port to avoid these conflicts.
Will do this after KAFKA-1809 is in, so I won't have to do it twice :)



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