You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/29 17:10:09 UTC

[GitHub] pritidesai commented on issue #366: Support more runtime types from bluemix host info.

pritidesai commented on issue #366: Support more runtime types from bluemix host info.
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/366#issuecomment-325731104
 
 
   @lzbj `TestSupportProjectPath` is failing with the following error, its executing with `-m` option but argument points to a directory.
   
   ```
   go test ./tests/src/integration/runtimetests/ -tags=integration -run=TestSupportProjectPath -v
   === RUN   TestSupportProjectPath
   wskdeploy.Path is wskdeploy
   ==> Executing: wskdeploy -m /Users/pritidesai/Documents/goworkspace/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/runtimetests
   ==> Output: 2017/08/29 10:08:02 Unmarshal Openwhisk info from internet
   2017/08/29 10:08:02 read /Users/pritidesai/Documents/goworkspace/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/runtimetests: is a directory
   2017/08/29 10:08:02 Error happened during execution, please type 'wskdeploy -h' for help messages.
   
   ==> Error: exit status 1
   --- FAIL: TestSupportProjectPath (0.38s)
           Error Trace:    runtimes_test.go:36
           Error:          Not equal: 
                           expected: <nil>(<nil>)
                           actual: *exec.ExitError(&exec.ExitError{ProcessState:(*os.ProcessState)(0xc4200f5940), Stderr:[]uint8(nil)})
           Messages:       Failed to deploy based on the manifest path
   FAIL
   exit status 1
   FAIL    github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/runtimetests      0.396s
   ```
 
----------------------------------------------------------------
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