[
https://issues.apache.org/jira/browse/NIFI-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15346798#comment-15346798
]
ASF GitHub Bot commented on NIFI-2097:
--------------------------------------
GitHub user JPercivall opened a pull request:
https://github.com/apache/nifi/pull/569
NIFI-2097 Changing RemoteProcessGroupStatusTest.java to use a random open
port ...
... instead of a statically defined one
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JPercivall/nifi NIFI-2097
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/569.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 #569
----
commit 81f303a943193a17daa03ae1fa7c5da3c984a057
Author: jpercivall <[email protected]>
Date: 2016-06-23T16:55:58Z
NIFI-2097 Changing RemoteProcessGroupStatusTest to run on a random open
port instead of a statically defined one
commit b664fc648a9250dc745a7d60d47d6889d8d633cf
Author: jpercivall <[email protected]>
Date: 2016-06-23T17:21:56Z
NIFI-2097 Changing RemoteProcessGroupStatusTest.java to use a random open
port instead of a statically defined one
----
> RemoteProcessGroupStatusTest binds to a static Port
> ---------------------------------------------------
>
> Key: NIFI-2097
> URL: https://issues.apache.org/jira/browse/NIFI-2097
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Joseph Percivall
> Assignee: Joseph Percivall
> Fix For: 0.7.0
>
>
> In the unit test class RemoteProcessGroupStatusTest, when creating the
> FlowController to do a unit test the ExternalSiteListener always attempts to
> bind to port 9990. This causes an IllegalStateException when something is
> already on the port.
> This should be fixed to bind to a free port.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)