mrutkows opened a new issue #660: Message indicates "Deployment completed successfully" when actually it failed... URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/660 Recently we have seen errors on "undeploy" (due to concurrency issues) in Travis. In several cases, it appears we output each time: ``` Deployment removed successfully. ``` even though undeploy failed. For example, ``` ==> Executing: wskdeploy undeploy -m /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/triggerrule/manifest.yml -d /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/triggerrule/deployment.yml Deployment removed successfully. --- FAIL: TestTriggerRule (1.58s) Error Trace: triggerrule_test.go:35 Error: Not equal: expected: <nil>(<nil>) actual: *utils.CommandError(&utils.CommandError{WskDeployBaseErr:utils.WskDeployBaseErr{ErrorType:"ERROR_COMMAND_FAILED", FileName:"wskdeploy.go", LineNum:125, Message:"Command: [wskdeploy]: Error: servicedeployer.go [832]: [ERROR_WHISK_CLIENT_ERROR]: Error code: 153: Concurrent modification to resource detected. (code 190)\n"}, Command:"wskdeploy"}) Messages: Failed to deploy based on the manifest and deployment files. FAIL github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/triggerrule ```
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
