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/10/03 18:53:46 UTC

[GitHub] pritidesai commented on issue #578: Trigger feed Update and Locking Creation/Deletion of OpenWhisk entities

pritidesai commented on issue #578: Trigger feed Update and Locking Creation/Deletion of OpenWhisk entities
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/578#issuecomment-333942919
 
 
   @mrutkows 
   
   After getting rid of concurrency measurement, wskdeploy fails with:
   
   ```
   --- FAIL: TestPackageInManifest (4.28s)
   	Error Trace:	validate-package-in-manifest_test.go:32
   	Error:      	Not equal: 
   	            	expected: <nil>(<nil>)
   	            	actual: *utils.TestCaseError(&utils.TestCaseError{errorMessage:"Error: /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/deployers/manifestreader.go [101]: Invalid input of Yaml format =====> /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/deployers/manifestreader.go [146]: Invalid input of Yaml format =====> open /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/Packages/myhelloworlds.master.zip: no such file or directory\n\n"})
   ```
   
   I think we should introduce a timestamp under like `/Packages/<timestamp>/` to avoid accessing the same dependent package or package name like `/Packages/<dependent-package-name>/`
 
----------------------------------------------------------------
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