Repository: usergrid Updated Branches: refs/heads/master fab971d86 -> cb41a0a95
Additional test tuning for Collection module. Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/cb41a0a9 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/cb41a0a9 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/cb41a0a9 Branch: refs/heads/master Commit: cb41a0a95b5b7ae75e7cf5b4e00836312428be5c Parents: fab971d Author: Michael Russo <[email protected]> Authored: Sun Nov 20 23:13:14 2016 -0800 Committer: Michael Russo <[email protected]> Committed: Sun Nov 20 23:13:14 2016 -0800 ---------------------------------------------------------------------- .../collection/src/test/resources/usergrid-UNIT.properties | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/cb41a0a9/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 4b5fc6f..3ebee56 100644 --- a/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties +++ b/stack/corepersistence/collection/src/test/resources/usergrid-UNIT.properties @@ -26,9 +26,11 @@ cassandra.cluster_name=Usergrid collections.keyspace=Usergrid_Collections cassandra.embedded=true -queue.num.actors=10 -queue.sender.num.actors=10 -queue.writer.num.actors=10 +queue.num.actors=5 +queue.sender.num.actors=5 +queue.writer.num.actors=5 +elasticsearch.worker_count=2 +usergrid.push.worker_count=2 collections.keyspace.strategy.options=replication_factor:1 collections.keyspace.strategy.class=SimpleStrategy
