Repository: usergrid
Updated Branches:
  refs/heads/master cae0605ad -> a77b1f463


Tune test properties.


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

Branch: refs/heads/master
Commit: a77b1f46302de2f94b9a97efd0d47ec5a33509cc
Parents: cae0605
Author: Michael Russo <mru...@apigee.com>
Authored: Sun Nov 20 00:28:01 2016 -0800
Committer: Michael Russo <mru...@apigee.com>
Committed: Sun Nov 20 00:28:01 2016 -0800

----------------------------------------------------------------------
 .../collection/src/test/resources/usergrid-UNIT.properties     | 5 ++++-
 .../collection/src/test/resources/usergrid.properties          | 6 +++++-
 stack/rest/src/test/resources/usergrid-custom-test.properties  | 5 ++++-
 .../src/test/resources/usergrid-custom-test.properties         | 5 ++++-
 4 files changed, 17 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/a77b1f46/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties
----------------------------------------------------------------------
diff --git 
a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties 
b/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties
index 81db400..db63a89 100644
--- 
a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties
+++ 
b/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties
@@ -18,7 +18,7 @@
 #
 
 # Keep nothing but overriding test defaults in here
-cassandra.connections=30
+cassandra.connections=100
 cassandra.timeout.pool=30000
 cassandra.port=9160
 cassandra.hosts=localhost
@@ -26,6 +26,9 @@ cassandra.cluster_name=Usergrid
 collections.keyspace=Usergrid_Collections
 cassandra.embedded=true
 
+queue.num.actors=50
+queue.sender.num.actors=100
+queue.writer.num.actors=100
 
 collections.keyspace.strategy.options=replication_factor:1
 collections.keyspace.strategy.class=SimpleStrategy

http://git-wip-us.apache.org/repos/asf/usergrid/blob/a77b1f46/stack/corepersistence/collection/src/test/resources/usergrid.properties
----------------------------------------------------------------------
diff --git 
a/stack/corepersistence/collection/src/test/resources/usergrid.properties 
b/stack/corepersistence/collection/src/test/resources/usergrid.properties
index 55376e8..4fa4ebc 100644
--- a/stack/corepersistence/collection/src/test/resources/usergrid.properties
+++ b/stack/corepersistence/collection/src/test/resources/usergrid.properties
@@ -31,7 +31,11 @@ usergrid.cluster.seeds=us-east\:localhost
 collection.uniquevalues.actors=300
 collection.uniquevalues.authoritative.region=us-east
 
-cassandra.connections=30
+cassandra.connections=100
 cassandra.timeout.pool=30000
 
+queue.num.actors=50
+queue.sender.num.actors=100
+queue.writer.num.actors=100
+
 # --- End: Usergrid cluster/actor system settings

http://git-wip-us.apache.org/repos/asf/usergrid/blob/a77b1f46/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 18eed9b..3bcd68a 100644
--- a/stack/rest/src/test/resources/usergrid-custom-test.properties
+++ b/stack/rest/src/test/resources/usergrid-custom-test.properties
@@ -16,7 +16,7 @@
 # REST module test properties
 
 cassandra.startup=external
-#cassandra.connections=30
+cassandra.connections=100
 cassandra.timeout.pool=20000
 
 
@@ -72,3 +72,6 @@ elasticsearch.queue_impl=DISTRIBUTED
 # Queueing Test Settings
 # Reduce the long polling time for the tests
 queue.long.polling.time.millis=50
+queue.num.actors=50
+queue.sender.num.actors=100
+queue.writer.num.actors=100

http://git-wip-us.apache.org/repos/asf/usergrid/blob/a77b1f46/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 5f0a505..5e0a1d7 100644
--- a/stack/services/src/test/resources/usergrid-custom-test.properties
+++ b/stack/services/src/test/resources/usergrid-custom-test.properties
@@ -15,7 +15,7 @@
 # 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)
 cassandra.startup=external
-#cassandra.connections=30
+cassandra.connections=100
 cassandra.timeout.pool=20000
 
 #Poll interval to check for new jobs in millseconds. 10 milliseconds for 
testing
@@ -38,6 +38,9 @@ elasticsearch.queue_impl=DISTRIBUTED
 # Queueing Test Settings
 # Reduce the long polling time for the tests
 queue.long.polling.time.millis=50
+queue.num.actors=50
+queue.sender.num.actors=100
+queue.writer.num.actors=100
 
 
 # This property is required to be set and cannot be defaulted anywhere

Reply via email to