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-347938756 @houshengbo @pritidesai I am going to start removing failing tests from the integration "bucket" by changing the "// +build" directive to: *"+build integration,concurrency"* (AND requirement) Wish to see if there are certain tests that are more susceptible to this timing issue at the server which now has an HA (active-active) controller and corresponding increase in Kafka queues (which we assume is causing this new client side sets of errors we are seeing). I will document the file here as I add them to my PR (https://github.com/apache/incubator-openwhisk-wskdeploy/pull/649): - webaction_test.go:38, TestWebAction, (_Error code: 153_: Concurrent modification to resource detected. (_code 598_)) - validate-file-extensions_test.go:58, TestNonStandardFileNames, (_Error code: 153_: Concurrent modification to resource detected. (_code 379_)) - flags_test.go:38, TestSupportProjectPath, (_Error code: 153_: Concurrent modification to resource detected. (_code 39_)) -
---------------------------------------------------------------- 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
