Reduce # of database connections in the tests now so cassandra doesn't get overwhelemed.
Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/92d5f407 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/92d5f407 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/92d5f407 Branch: refs/heads/asf-site Commit: 92d5f40761b9faf7e9503546c6ce2f874537d7e9 Parents: cdab708 Author: Michael Russo <[email protected]> Authored: Thu Aug 18 23:11:22 2016 -0700 Committer: Michael Russo <[email protected]> Committed: Thu Aug 18 23:11:22 2016 -0700 ---------------------------------------------------------------------- .../collection/src/test/resources/usergrid-UNIT.properties | 2 +- .../common/src/test/resources/usergrid-UNIT.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/92d5f407/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 3237910..0ee5a07 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=100 +cassandra.connections=15 cassandra.port=9160 cassandra.hosts=localhost cassandra.cluster_name=Usergrid http://git-wip-us.apache.org/repos/asf/usergrid/blob/92d5f407/stack/corepersistence/common/src/test/resources/usergrid-UNIT.properties ---------------------------------------------------------------------- diff --git a/stack/corepersistence/common/src/test/resources/usergrid-UNIT.properties b/stack/corepersistence/common/src/test/resources/usergrid-UNIT.properties index f9e27f7..9b77818 100644 --- a/stack/corepersistence/common/src/test/resources/usergrid-UNIT.properties +++ b/stack/corepersistence/common/src/test/resources/usergrid-UNIT.properties @@ -18,12 +18,12 @@ # # Keep nothing but overriding test defaults in here -cassandra.connections=50 +cassandra.connections=15 cassandra.port=9160 cassandra.hosts=localhost cassandra.cluster_name=Usergrid collections.keyspace=Usergrid_Collections -cassandra.timeout=5000 +cassandra.timeout=10000 cassandra.embedded=true collections.keyspace.strategy.options=replication_factor:1
