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

 ##########
 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 regex 
(s"invalidating*.*${action.docid.asDocInfo}")
+        stream.toString should include(s"invalidating 
${action.docinfo.asCacheKey()}")
 
 Review comment:
   remove `()`
 
----------------------------------------------------------------
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