[GitHub] cloudstack pull request: use fakelocalhost in BasicRestClientTest

2015-08-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/752 --- 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

[GitHub] cloudstack pull request: use fakelocalhost in BasicRestClientTest

2015-08-28 Thread miguelaferreira
Github user miguelaferreira commented on the pull request: https://github.com/apache/cloudstack/pull/752#issuecomment-135767912 Ran all unit tests in that module and all passed: ``` mvn clean install -P developer,systemvm -pl :cloud-utils [INFO] Scanning for projects...

[GitHub] cloudstack pull request: use fakelocalhost in BasicRestClientTest

2015-08-28 Thread karuturi
Github user karuturi commented on the pull request: https://github.com/apache/cloudstack/pull/752#issuecomment-135762385 :+1: --- 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 ena

[GitHub] cloudstack pull request: use fakelocalhost in BasicRestClientTest

2015-08-27 Thread ustcweizhou
GitHub user ustcweizhou opened a pull request: https://github.com/apache/cloudstack/pull/752 use fakelocalhost in BasicRestClientTest BasicRestClientTest will fail if the port 443 is open on localhost. use fakelocalhost instead of localhost can fix it. Please see the latest d