rabbah commented on a change in pull request #2624: Add cache invalidation 
between controllers
URL: 
https://github.com/apache/incubator-openwhisk/pull/2624#discussion_r136092590
 
 

 ##########
 File path: 
tests/src/test/scala/whisk/core/controller/test/ActionsApiTests.scala
 ##########
 @@ -492,7 +492,7 @@ class ActionsApiTests extends ControllerTestCommon with 
WhiskActionsApi {
                 action.parameters, action.limits, action.version,
                 action.publish, action.annotations ++ 
Parameters(WhiskAction.execFieldName, NODEJS6)))
         }
-        stream.toString should include(s"invalidating 
${action.docinfo.asCacheKey}")
+        stream.toString should include(s"invalidating 
${CacheKey(action.docinfo)}")
 
 Review comment:
   this could now more generally be `CacheKey(action)` 
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to