Repository: usergrid
Updated Branches:
  refs/heads/master a8b3e7910 -> daf608e10


Increase database connection pools for persistence tests.


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

Branch: refs/heads/master
Commit: daf608e101d6e39d689f14fe1874b8e33258b47c
Parents: a8b3e79
Author: Michael Russo <mru...@apigee.com>
Authored: Fri Nov 11 22:58:41 2016 -0800
Committer: Michael Russo <mru...@apigee.com>
Committed: Fri Nov 11 22:58:41 2016 -0800

----------------------------------------------------------------------
 .../collection/src/test/resources/dynamic-test.properties         | 1 +
 .../collection/src/test/resources/usergrid-CHOP.properties        | 3 ++-
 .../collection/src/test/resources/usergrid-UNIT.properties        | 3 ++-
 .../collection/src/test/resources/usergrid.properties             | 3 +++
 4 files changed, 8 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/daf608e1/stack/corepersistence/collection/src/test/resources/dynamic-test.properties
----------------------------------------------------------------------
diff --git 
a/stack/corepersistence/collection/src/test/resources/dynamic-test.properties 
b/stack/corepersistence/collection/src/test/resources/dynamic-test.properties
index ca203f9..1893e48 100644
--- 
a/stack/corepersistence/collection/src/test/resources/dynamic-test.properties
+++ 
b/stack/corepersistence/collection/src/test/resources/dynamic-test.properties
@@ -1,6 +1,7 @@
 # The properties are not the actual configuration properties but
 # safe dynamic property defaults for our testing via IDE or Maven
 cassandra.connections=50
+cassandra.timeout.pool=10000
 cassandra.port=9160
 cassandra.hosts=localhost
 cassandra.cluster_name=Usergrid

http://git-wip-us.apache.org/repos/asf/usergrid/blob/daf608e1/stack/corepersistence/collection/src/test/resources/usergrid-CHOP.properties
----------------------------------------------------------------------
diff --git 
a/stack/corepersistence/collection/src/test/resources/usergrid-CHOP.properties 
b/stack/corepersistence/collection/src/test/resources/usergrid-CHOP.properties
index e39b911..e5809da 100644
--- 
a/stack/corepersistence/collection/src/test/resources/usergrid-CHOP.properties
+++ 
b/stack/corepersistence/collection/src/test/resources/usergrid-CHOP.properties
@@ -18,7 +18,8 @@
 
 # These are for CHOP environment settings
 
-cassandra.connections=30
+cassandra.connections=50
+cassandra.timeout.pool=10000
 cassandra.port=9160
 
 # a comma delimited private IP address list to your chop cassandra cluster

http://git-wip-us.apache.org/repos/asf/usergrid/blob/daf608e1/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 ebb7679..f4bc705 100644
--- 
a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties
+++ 
b/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties
@@ -18,7 +18,8 @@
 #
 
 # Keep nothing but overriding test defaults in here
-cassandra.connections=30
+cassandra.connections=50
+cassandra.timeout.pool=10000
 cassandra.port=9160
 cassandra.hosts=localhost
 cassandra.cluster_name=Usergrid

http://git-wip-us.apache.org/repos/asf/usergrid/blob/daf608e1/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 8d615d0..7a2b559 100644
--- a/stack/corepersistence/collection/src/test/resources/usergrid.properties
+++ b/stack/corepersistence/collection/src/test/resources/usergrid.properties
@@ -31,4 +31,7 @@ usergrid.cluster.seeds=us-east\:localhost
 collection.uniquevalues.actors=300
 collection.uniquevalues.authoritative.region=us-east
 
+cassandra.connections=50
+cassandra.timeout.pool=10000
+
 # --- End: Usergrid cluster/actor system settings

Reply via email to