You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/10/26 14:47:02 UTC

[GitHub] houshengbo opened a new issue #2907: The command list of activations does not work correctly for the first time when issued, but works fine the second time.

houshengbo opened a new issue #2907: The command list of activations does not work correctly for the first time when issued, but works fine the second time.
URL: https://github.com/apache/incubator-openwhisk/issues/2907
 
 
   I came across this issue recently when I am rewriting Rest interface for the test cases. 
   The environment is local openwhisk deployment.
   The list operation of activations does not work for the first time, if there are changes to the activations. However, it works for the second time.
   
   For example, we create an action and invoke it. An activation ID is received. Even if this activation has assigned an ending time, which means it has been completed. We can get the activation's information by "wsk activation get <activation id>", but we will not get this activation listed by "wsk activation list". However, if we run the command "wsk activation list" for the second time, the activation will show up.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services