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/28 19:34:18 UTC

[GitHub] houshengbo opened a new issue #398: Concurrent issues when running integration tests accessing the same resources

houshengbo opened a new issue #398: Concurrent issues when running integration tests accessing the same resources
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/398
 
 
   Integration tests like triggerrule_test and flags_test running together will lead to this issue. Since they both create, access, and delete the resource with the same name.
   
   Go runs tests in a parallel way. We need to add a concurrent lock for test cases trying to access the same resources in openwhisk.
 
----------------------------------------------------------------
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