You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2014/08/21 05:31:25 UTC

[7/8] git commit: Better settings for running Core, Services and REST tests in two-dot-o branch.

Better settings for running Core, Services and REST tests in two-dot-o branch.


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

Branch: refs/heads/two-dot-o-push-notifications
Commit: ac0ca5de0c4bdae9b1c62a44c0bda94292432d69
Parents: 7bf22d6
Author: Dave Johnson <dm...@apigee.com>
Authored: Wed Aug 20 14:23:17 2014 -0400
Committer: Dave Johnson <dm...@apigee.com>
Committed: Wed Aug 20 14:23:17 2014 -0400

----------------------------------------------------------------------
 .../core/src/test/resources/usergrid-custom-test.properties  | 6 +++---
 .../rest/src/test/resources/usergrid-custom-test.properties  | 8 ++++----
 .../src/test/resources/usergrid-custom-test.properties       | 6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/ac0ca5de/stack/core/src/test/resources/usergrid-custom-test.properties
----------------------------------------------------------------------
diff --git a/stack/core/src/test/resources/usergrid-custom-test.properties b/stack/core/src/test/resources/usergrid-custom-test.properties
index 71ed1d4..9af6f91 100644
--- a/stack/core/src/test/resources/usergrid-custom-test.properties
+++ b/stack/core/src/test/resources/usergrid-custom-test.properties
@@ -16,7 +16,7 @@
 # with ug.heapmax=5000m and ug.heapmin=3000m (set in Maven settings.xml) 
 cassandra.startup=embedded
 elasticsearch.startup=embedded
-cassandra.timeout=5000
+cassandra.timeout=2000
 cassandra.connections=1000
-hystrix.threadpool.graph_user.coreSize=100
-hystrix.threadpool.graph_async.coreSize=100
+hystrix.threadpool.graph_user.coreSize=200
+hystrix.threadpool.graph_async.coreSize=200

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/ac0ca5de/stack/rest/src/test/resources/usergrid-custom-test.properties
----------------------------------------------------------------------
diff --git a/stack/rest/src/test/resources/usergrid-custom-test.properties b/stack/rest/src/test/resources/usergrid-custom-test.properties
index d8643b3..8d39006 100644
--- a/stack/rest/src/test/resources/usergrid-custom-test.properties
+++ b/stack/rest/src/test/resources/usergrid-custom-test.properties
@@ -15,16 +15,16 @@
 # these settings allow tests to run and consistently pass on 16GB MacBook Pro 
 # with ug.heapmax=5000m and ug.heapmin=3000m (set in Maven settings.xml) 
 tomcat.startup=embedded
-tomcat.threads=500
+tomcat.threads=200
 
 cassandra.startup=forked
 cassandra.timeout=2000
-cassandra.connections=1500
+cassandra.connections=800
 
 elasticsearch.startup=forked
 
-hystrix.threadpool.graph_user.coreSize=50
-hystrix.threadpool.graph_async.coreSize=50
+hystrix.threadpool.graph_user.coreSize=1200
+hystrix.threadpool.graph_async.coreSize=1200
 
 # needed to enable refresh and properties end-points used in tests
 usergrid.test=true

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/ac0ca5de/stack/services/src/test/resources/usergrid-custom-test.properties
----------------------------------------------------------------------
diff --git a/stack/services/src/test/resources/usergrid-custom-test.properties b/stack/services/src/test/resources/usergrid-custom-test.properties
index 7f141f8..71c7acc 100644
--- a/stack/services/src/test/resources/usergrid-custom-test.properties
+++ b/stack/services/src/test/resources/usergrid-custom-test.properties
@@ -16,7 +16,7 @@
 # with ug.heapmax=5000m and ug.heapmin=3000m (set in Maven settings.xml) 
 cassandra.startup=embedded
 elasticsearch.startup=embedded
-cassandra.timeout=5000
+cassandra.timeout=2000
 cassandra.connections=1000
-hystrix.threadpool.graph_user.coreSize=100
-hystrix.threadpool.graph_async.coreSize=100
+hystrix.threadpool.graph_user.coreSize=200
+hystrix.threadpool.graph_async.coreSize=200