You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2015/12/06 20:37:18 UTC

[1/2] git commit: updated refs/heads/4.6 to 0d61941

Repository: cloudstack
Updated Branches:
  refs/heads/4.6 2c4ea503f -> 0d6194110


rate-limit: increase JVM memory and enable fork mode for unit tests

Enables forkmode for surefire plugin and increases memory opts for JVM
for rate-limit tests. This tries to fix intermittent Jenkins failures
which look like:

multipleClientsCanAccessWithoutBlocking(org.apache.cloudstack.ratelimit.ApiRateLimitTest):
unable to create new native thread

(cherry picked from commit 421bc00cd6005d9e8484c6df46a3b84ff466afd2)
Signed-off-by: Rohit Yadav <ro...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dcc66651
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dcc66651
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dcc66651

Branch: refs/heads/4.6
Commit: dcc66651c0a5f53fcd9395139dad147b4ac1ea09
Parents: 9a21873
Author: Rohit Yadav <ro...@shapeblue.com>
Authored: Fri Dec 4 13:47:03 2015 +0530
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Dec 4 13:51:36 2015 +0530

----------------------------------------------------------------------
 plugins/api/rate-limit/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dcc66651/plugins/api/rate-limit/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/api/rate-limit/pom.xml b/plugins/api/rate-limit/pom.xml
index 43e0848..faa73c3 100644
--- a/plugins/api/rate-limit/pom.xml
+++ b/plugins/api/rate-limit/pom.xml
@@ -32,7 +32,8 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <argLine>-Xmx1024m</argLine>
+          <forkMode>always</forkMode>
+          <argLine>-Xmx2048m -XX:MaxPermSize=1024m</argLine>
           <excludes>
             <exclude>org/apache/cloudstack/ratelimit/integration/*</exclude>
           </excludes>


[2/2] git commit: updated refs/heads/4.6 to 0d61941

Posted by da...@apache.org.
Merge pull request #1175 from shapeblue/4.6-rate-limit-testfix

[4.6/master] rate-limit: increase JVM memory and enable fork mode for unit testsEnables forkmode for surefire plugin and increases memory opts for JVM
for rate-limit tests. This tries to fix intermittent Jenkins failures
which look like:

multipleClientsCanAccessWithoutBlocking(org.apache.cloudstack.ratelimit.ApiRateLimitTest):
unable to create new native thread

Previous PR (again master by mistake) -- #1171

* pr/1175:
  rate-limit: increase JVM memory and enable fork mode for unit tests

Signed-off-by: Daan Hoogland <da...@onecht.net>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0d619411
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d619411
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0d619411

Branch: refs/heads/4.6
Commit: 0d619411015b6e0cee4687616d24e8e93235776f
Parents: 2c4ea50 dcc6665
Author: Daan Hoogland <da...@onecht.net>
Authored: Sun Dec 6 20:36:43 2015 +0100
Committer: Daan Hoogland <da...@onecht.net>
Committed: Sun Dec 6 20:36:44 2015 +0100

----------------------------------------------------------------------
 plugins/api/rate-limit/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------