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 2015/06/09 23:33:26 UTC

incubator-usergrid git commit: new test props for keycap

Repository: incubator-usergrid
Updated Branches:
  refs/heads/USERGRID-652 658712021 -> 80cf5fcac


new test props for keycap


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

Branch: refs/heads/USERGRID-652
Commit: 80cf5fcace6f6e60e6362d29d271fe2b8378fd6a
Parents: 6587120
Author: Shawn Feldman <sf...@apache.org>
Authored: Tue Jun 9 15:33:23 2015 -0600
Committer: Shawn Feldman <sf...@apache.org>
Committed: Tue Jun 9 15:33:23 2015 -0600

----------------------------------------------------------------------
 stack/core/src/test/resources/usergrid-custom-test.properties     | 2 ++
 stack/rest/src/test/resources/usergrid-custom-test.properties     | 3 ++-
 stack/services/src/test/resources/usergrid-custom-test.properties | 2 ++
 3 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/80cf5fca/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 a6379e8..5490eae 100644
--- a/stack/core/src/test/resources/usergrid-custom-test.properties
+++ b/stack/core/src/test/resources/usergrid-custom-test.properties
@@ -23,6 +23,8 @@ cassandra.connections=1000
 elasticsearch.number_shards=1
 elasticsearch.number_replicas=0
 elasticsearch.index_prefix=core_tests
+elasticsearch.managment_index=usergrid_core_management
+cassandra.application.keyspace=core_tests_schema
 elasticsearch.queue_impl.resolution=true
 
 elasticsearch.buffer_timeout=1

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/80cf5fca/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 4939608..1208ec8 100644
--- a/stack/rest/src/test/resources/usergrid-custom-test.properties
+++ b/stack/rest/src/test/resources/usergrid-custom-test.properties
@@ -44,4 +44,5 @@ usergrid.sysadmin.login.allowed=true
 elasticsearch.index_prefix=rest_tests
 usergrid.use.default.queue=true
 
-
+elasticsearch.managment_index=usergrid_rest_management
+cassandra.application.keyspace=rest_tests_schema

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/80cf5fca/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 fa39224..1661c97 100644
--- a/stack/services/src/test/resources/usergrid-custom-test.properties
+++ b/stack/services/src/test/resources/usergrid-custom-test.properties
@@ -30,6 +30,8 @@ usergrid.scheduler.job.timeout=300000
 
 usergrid.notifications.listener.run=false
 elasticsearch.index_prefix=services_tests
+elasticsearch.managment_index=usergrid_services_management
+cassandra.application.keyspace=service_tests_schema
 
 elasticsearch.buffer_timeout=1
 elasticsearch.queue_impl.resolution=true