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 2014/11/06 01:15:30 UTC

[44/50] git commit: remove session

remove session


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

Branch: refs/heads/two-dot-o
Commit: e351179c9878ee2d594599fabac3f7a1e0f25b4a
Parents: c37b224
Author: Shawn Feldman <sf...@apache.org>
Authored: Tue Nov 4 09:59:43 2014 -0700
Committer: Shawn Feldman <sf...@apache.org>
Committed: Tue Nov 4 09:59:43 2014 -0700

----------------------------------------------------------------------
 .../scala/org/apache/usergrid/scenarios/NotificationScenarios.scala | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/e351179c/stack/loadtests/src/main/scala/org/apache/usergrid/scenarios/NotificationScenarios.scala
----------------------------------------------------------------------
diff --git a/stack/loadtests/src/main/scala/org/apache/usergrid/scenarios/NotificationScenarios.scala b/stack/loadtests/src/main/scala/org/apache/usergrid/scenarios/NotificationScenarios.scala
index 19f875d..8556845 100755
--- a/stack/loadtests/src/main/scala/org/apache/usergrid/scenarios/NotificationScenarios.scala
+++ b/stack/loadtests/src/main/scala/org/apache/usergrid/scenarios/NotificationScenarios.scala
@@ -76,6 +76,7 @@ object NotificationScenarios {
       exec(TokenScenarios.getManagementToken)
         .exec(ApplicationScenarios.checkApplication)
         .exec(NotifierScenarios.checkNotifier)
+        .exec(session=>{session.remove("authToken")})
     }
     .feed(userFeeder)
     .exec( UserScenarios.postUser)