Github user aledsage commented on the pull request:
https://github.com/apache/incubator-brooklyn/pull/764#issuecomment-123788198
Test failure is unrelated: `testIsPortAvailableReportsTrueWhenPortIsFree`
"requires that at least some ports near 58769+ not be in use." It's either an
environment problem, or it's too strict an assertion when testing
`Networking.isPortAvailable`. It assumes that at least 5 of the 10 ports in the
range 58769-58779 will be available. If they are not, the assumption was that
`isPortAvailable` may well not be working.
I'll look at relaxing that in a separate PR. If it keeps failing (with no
ports available) then we may have to move that to be an integration test,
rather than asfbot running it in the normal unit test environment.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---