[GitHub] cloudstack pull request: Change tests random number generator to /...

2015-06-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/330 --- 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: Change tests random number generator to /...

2015-06-01 Thread karuturi
Github user karuturi commented on the pull request: https://github.com/apache/cloudstack/pull/330#issuecomment-107324196 It was on my todo list for a long long time to check the random times of tests. Thanks for fixing this @rsafonseca .Will merge this on master after some tests.

[GitHub] cloudstack pull request: Change tests random number generator to /...

2015-05-29 Thread rsafonseca
GitHub user rsafonseca opened a pull request: https://github.com/apache/cloudstack/pull/330 Change tests random number generator to /dev/urandom This fixes a big performance issue with random number generation with more recent kernels and java versions in linux, the impact is

[GitHub] cloudstack pull request: Change tests random number generator to /...

2015-05-29 Thread bhaisaab
Github user bhaisaab commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/330#discussion_r31354958 --- Diff: pom.xml --- @@ -958,6 +958,9 @@ groupIdorg.apache.maven.plugins/groupId

[GitHub] cloudstack pull request: Change tests random number generator to /...

2015-05-29 Thread rsafonseca
Github user rsafonseca commented on the pull request: https://github.com/apache/cloudstack/pull/330#issuecomment-106909482 there's a builtin symlink that redirects /dev/urandom to /dev/random. this is the only way to make it work :) This is a known issue with a lot of java apps