Closed chetanmeh closed 5 years ago
Looks like we cannot force use of openjdk8
as the primary language in tarvis is go
and Travis does not support specifying multiple languages (travis-ci/travis-ci#4090). So
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)
There was a change in .travis.yml that seemed like perhaps a typo?
https://github.com/apache/openwhisk-cli/pull/458/files#diff-354f30a63fb0907d4ad57269548329e3R31
I took out that line in #460; lets see if that does anything wrt the keystore
I got a clean run on #460. I squashed to a single commit with a Co-Authored tag. Assuming I didn't fat finger the squash we should be back in business.
Approved 460 but will wait for travis this time before merging but feel free too also. Going to close this PR then.
setuptools
install was failing due to package update error inpip install step
Similar to apache/openwhisk#4683 fix here was to to
--user
option with pip command