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/30 08:05:53 UTC

[GitHub] pritidesai commented on issue #415: dependent packages requires manifest.yml and doesn't support manifest.yaml

pritidesai commented on issue #415: dependent packages requires manifest.yml and doesn't support manifest.yaml
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/415#issuecomment-325915288
 
 
   nope @lzbj doesn't look like you missed anything, I am not able to reproduce as well, but now running into different issue, @daisy-ycguo can you please check? I just replaced `location` with `function` in [manifest file](https://github.com/apache/incubator-openwhisk-wskdeploy/blob/master/tests/src/integration/dependency/manifest.yaml#L5). 
   
   ```
   go test ./tests/src/integration/dependency/ -tags=integration -run=TestDependency -v
   === RUN   TestDependency
   wskdeploy.Path is wskdeploy
   ==> Executing: wskdeploy -m /Users/pritidesai/Documents/goworkspace/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/dependency/manifest.yaml -d 
   ==> Output: 2017/08/30 01:01:48 Unmarshal Openwhisk info from internet
   2017/08/30 01:01:48 The URL is https://openwhisk.ng.bluemix.net/api, selected from .wskprops
   2017/08/30 01:01:48 The auth key is set, selected from .wskprops
   2017/08/30 01:01:48 The namespace is ****, selected from .wskprops
   2017/08/30 01:01:48 Deploying package TestGitHubDependency ... 
   2017/08/30 01:01:48 Done!
   Done!
   Done!
   Deploying rule rule2 ... 2017/08/30 01:01:48 Got error creating rule with error message: The requested resource does not exist. (code 40237943) and error code: 148.
   2017/08/30 01:01:48 Got error activating rule with error message: The requested resource does not exist. (code 40237946) and error code: 148.
   Done!
   Deploying rule rule1 ... 2017/08/30 01:01:49 Got error creating rule with error message: The requested resource does not exist. (code 40237959) and error code: 148.
   2017/08/30 01:01:49 Got error activating rule with error message: The requested resource does not exist. (code 40237969) and error code: 148.
   Done!
   2017/08/30 01:01:49 
   Deployment completed successfully.
   
   wskdeploy.Path is wskdeploy
   ==> Executing: wskdeploy undeploy -m /Users/pritidesai/Documents/goworkspace/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/dependency/manifest.yaml -d 
   ==> Output: 2017/08/30 01:01:49 Unmarshal Openwhisk info from internet
   2017/08/30 01:01:49 The URL is https://openwhisk.ng.bluemix.net/api, selected from .wskprops
   2017/08/30 01:01:49 The auth key is set, selected from .wskprops
   2017/08/30 01:01:49 The namespace is **** selected from .wskprops
   Removing trigger trigger1 ... Done!
   Removing trigger trigger2 ... Done!
   Removing rule rule2 ... 2017/08/30 01:01:49 Got error deleting rule with error message: The requested resource does not exist. (code 40238025) and error code: 148.
   Removing rule rule1 ... 2017/08/30 01:01:50 Got error deleting rule with error message: The requested resource does not exist. (code 40238031) and error code: 148.
   Removing package TestGitHubDependency ... Done!
   
   Deployment removed successfully.
   
   --- PASS: TestDependency (2.45s)
   PASS
   ok      github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/dependency        2.471s
   ```
   
 
----------------------------------------------------------------
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