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 2019/03/12 17:29:56 UTC

[GitHub] [incubator-openwhisk-client-go] larandersson commented on issue #118: regression in wsk cli tests correlated to client-go commit 67f06bc

larandersson commented on issue #118: regression in wsk cli tests correlated to client-go commit 67f06bc
URL: https://github.com/apache/incubator-openwhisk-client-go/issues/118#issuecomment-472102000
 
 
   @dgrove-oss @rabbah From what I can tell, the failing test basically invokes an action, then polls for activations using *wsk activation poll* and verifies that it gets exactly one activation, but for some reason it gets 2. Looking at the changes I introduced, its hard to see how the two methods I modified could have anything to do with that, since all they do is return a header and a string representation of the activation when invoking *wsk activation list*. The API itself has not been changed, so its hard for me to explain what is going on here. But I also noticed that the second test in the same class fails as well, and for that there is an issue #4328. Could they be related?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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