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 2018/02/25 21:31:35 UTC

[GitHub] dubeejw opened a new pull request #231: Update User Agent Test

dubeejw opened a new pull request #231: Update User Agent Test
URL: https://github.com/apache/incubator-openwhisk-cli/pull/231
 
 
   The current test uses `wsk list` to examine the user agent value. This is problematic as `wsk list` calls `wsk rule list`, and `wsk rule list` attempts to get the status of every rule that is listed individually. If a rule that was listed is deleted by the time the CLI gets that rule's status, the test will fail.
   
   Perhaps we need to suppress the error from `wsk rule list`.

----------------------------------------------------------------
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