Github user aledsage commented on the pull request:

    
https://github.com/apache/incubator-brooklyn/pull/1112#issuecomment-165423858
  
    Test failure is unrelated: `BindException: Address already in use` in 
`BrooklynApiRestClientTest.setUp`. This is caused by us finding a free port, 
and then immediately trying to use it - but another process running on the same 
jenkins test box has claimed that port.
    
    We call `Networking.nextAvailablePort(FAVOURITE_PORT)` in 
`BrooklynRestApiLauncher.startServer`.  We should really let it choose a port, 
given that class is just in test code.
    
    But that should be for a different PR.
    
    Closing and re-opening to kick off jenkins again.


---
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.
---

Reply via email to