mrutkows commented on issue #651: Concurrency error: Error code: 153: Concurrent modification to resource detected. (code 379) URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/651#issuecomment-347654572 and now on a different test... ``` === RUN TestSupportProjectPath ==> Executing: wskdeploy -p /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/flagstests ==> Output: WARNING: The authentication key was retrieved from whisk.properties which will soon be deprecated please do not use it outside of Travis builds. WARNING: The API host was retrieved from whisk.properties which will soon be deprecated please do not use it outside of Travis builds. Deployment completed successfully. ==> Executing: wskdeploy undeploy -p /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/flagstests ==> Output: Using /home/travis/gopath/src/github.com/apache/incubator-openwhisk-wskdeploy/tests/src/integration/flagstests/deployment.yml for undeployment WARNING: The authentication key was retrieved from whisk.properties which will soon be deprecated please do not use it outside of Travis builds. WARNING: The API host was retrieved from whisk.properties which will soon be deprecated please do not use it outside of Travis builds. ==> Error: wskdeploy.go [125]: [ERROR_COMMAND_FAILED]: Command: [wskdeploy]: Error: servicedeployer.go [1169]: [ERROR_WHISK_CLIENT_ERROR]: Error code: 153: Concurrent modification to resource detected. (code 39). --- FAIL: TestSupportProjectPath (1.86s) Error Trace: flags_test.go:38 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 [1169]: [ERROR_WHISK_CLIENT_ERROR]: Error code: 153: Concurrent modification to resource detected. (code 39)\n"}, Command:"wskdeploy"}) Messages: Failed to undeploy based on the projectpath ```
---------------------------------------------------------------- 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
