Updated Branches:
  refs/heads/4.1 a0ffb4715 -> 6039a704a

Changing the number of threads in the test from 1000 to 750. 1000 will more 
often than not result in build failures due to constraints on the build systems.

Most recent centos based systems have process limit of 1024. Running this test 
will result in an OutOfMemory exception with description unable to create 
native thread.


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

Branch: refs/heads/4.1
Commit: 6039a704a1a5df7253790ffc218017232c0b5908
Parents: a0ffb47
Author: Hugo Trippaers <[email protected]>
Authored: Sun Apr 7 12:08:30 2013 +0200
Committer: Hugo Trippaers <[email protected]>
Committed: Sun Apr 7 12:08:30 2013 +0200

----------------------------------------------------------------------
 .../network/security/SecurityGroupQueueTest.java   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/6039a704/server/test/com/cloud/network/security/SecurityGroupQueueTest.java
----------------------------------------------------------------------
diff --git a/server/test/com/cloud/network/security/SecurityGroupQueueTest.java 
b/server/test/com/cloud/network/security/SecurityGroupQueueTest.java
index b9e4176..e623785 100644
--- a/server/test/com/cloud/network/security/SecurityGroupQueueTest.java
+++ b/server/test/com/cloud/network/security/SecurityGroupQueueTest.java
@@ -139,7 +139,7 @@ public class SecurityGroupQueueTest extends TestCase {
         testNumJobsEqToNumVms2(400,5000);
         testNumJobsEqToNumVms2(1,1);
         testNumJobsEqToNumVms2(1,1000000);
-        testNumJobsEqToNumVms2(1000,1);
+        testNumJobsEqToNumVms2(750,1);
 
     }
     

Reply via email to