You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/02/22 12:08:10 UTC

[GitHub] vvraskin opened a new pull request #3327: Add retries to rule tests to prevent race condition

vvraskin opened a new pull request #3327: Add retries to rule tests to prevent race condition
URL: https://github.com/apache/incubator-openwhisk/pull/3327
 
 
   In some deployments where cloudant is being used instead of couchdb, one could get Rule update conflict due a sluggish processing on the cloudant side, thus updating rules one after another could potentially lead to test failure. 
   In my case the failed put request was 1.5s seconds apart, assuming that 5s buffer implied in the retry should be enough. 
   
   Failed mainBluewhisk builds:
   7887
   7292 
   
   @cbickel could you please review and merge?

----------------------------------------------------------------
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