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: [email protected] With regards, Apache Git Services
