rabbah commented on issue #458: Fix travis build URL: https://github.com/apache/openwhisk-cli/pull/458#issuecomment-542384367 These are the tests that failed: ``` org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should ensure __ow_headers contains the proper content-type FAILED org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should create a web action accessible via HTTPS FAILED org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should create a web action requiring authentication accessible via HTTPS FAILED org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should ensure that CORS header is preserved for custom options FAILED org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should ensure that default CORS header is preserved FAILED org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should invoke web action to ensure the returned body argument is correct FAILED org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should reject invocation of web action with invalid accept header FAILED org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should support multiple response header values FAILED org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should handle http web action returning JSON as string FAILED org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should handle http web action with base64 encoded binary response FAILED org.apache.openwhisk.core.cli.test.WskCliWebActionsTests > Wsk Web Actions should create a web action making a HEAD request FAILED system.basic.WskCliSequenceTests > Wsk Sequence should replace atomic component in a sequence that is too long and report invoke error FAILED ``` they share this error in common: ``` web action requiring authentication accessible via HTTPS FAILED java.io.FileNotFoundException: keystore (No such file or directory) ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
