You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by to...@apache.org on 2015/02/16 20:06:32 UTC

[41/50] incubator-usergrid git commit: changed collection for gatling test

changed collection for gatling test


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

Branch: refs/heads/USERGRID-273
Commit: 76a8144381bdbef4d062ed2254c653a434e180fe
Parents: 6a2f92c
Author: Rod Simpson <ro...@apigee.com>
Authored: Fri Feb 13 15:46:23 2015 -0700
Committer: Rod Simpson <ro...@apigee.com>
Committed: Fri Feb 13 15:46:23 2015 -0700

----------------------------------------------------------------------
 .../scala/org/apache/usergrid/scenarios/EntityScenarios.scala    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/76a81443/stack/loadtests/src/main/scala/org/apache/usergrid/scenarios/EntityScenarios.scala
----------------------------------------------------------------------
diff --git a/stack/loadtests/src/main/scala/org/apache/usergrid/scenarios/EntityScenarios.scala b/stack/loadtests/src/main/scala/org/apache/usergrid/scenarios/EntityScenarios.scala
index bea68b8..c9d8279 100644
--- a/stack/loadtests/src/main/scala/org/apache/usergrid/scenarios/EntityScenarios.scala
+++ b/stack/loadtests/src/main/scala/org/apache/usergrid/scenarios/EntityScenarios.scala
@@ -55,8 +55,8 @@ object EntityScenarios {
   val postEntity = exec(
     http("Post custom entity")
       //.post(Settings.baseUrl+"/${collectionType}")
-      .post(Settings.baseAppUrl+"/restaurants")
-      //.body(StringBody(EntityDataGenerator.generateCustomEntity("/${entityName}").toString()))
+      .post(Settings.baseAppUrl+"/freds")
+      //.body(StringBody(EntityDataGenerator.generateCustomEntity().toString()))
       .body(StringBody("{\"property\":\"fred\"}"))
       .headers(Headers.jsonAnonymous)
       .check(status.is(200))