[GitHub] cloudstack pull request: Refactor test_vpc_vpn, add test for multi...

2016-01-20 Thread bheuvel
GitHub user bheuvel opened a pull request: https://github.com/apache/cloudstack/pull/1355 Refactor test_vpc_vpn, add test for multiple VPNs Refactored to clear usage of setup/setupClass, teardown/teardownClass Refactored TestVpcSite2SiteVpn to include class

[GitHub] cloudstack pull request: test: Fix Libvirt test so that it works o...

2016-01-18 Thread bheuvel
Github user bheuvel commented on the pull request: https://github.com/apache/cloudstack/pull/1242#issuecomment-172607827 Well, short answer, LGTM and seen it compile on Windows (only) with this adjustment. Longs answer has more to do with the object/code generating the path

[GitHub] cloudstack pull request: Factor in inaccurancy of System.nanoTime ...

2016-01-08 Thread bheuvel
GitHub user bheuvel opened a pull request: https://github.com/apache/cloudstack/pull/1324 Factor in inaccurancy of System.nanoTime in class Profiler The time diff measurement by the class Profiler, is done by System.nanoTime(). System.nanoTime() is not 100% accurate (lots of