You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/08/17 18:39:51 UTC

[GitHub] davisp opened a new issue #757: Race condition in couch_mrview_ddoc_updated_tets

davisp opened a new issue #757: Race condition in couch_mrview_ddoc_updated_tets
URL: https://github.com/apache/couchdb/issues/757
 
 
   I've seen this assertion fail locally:
   
   https://github.com/apache/couchdb/blob/master/src/couch_mrview/test/couch_mrview_ddoc_updated_tests.erl#L106
   
   The reason is that it appears the query succeeds before the design doc update message kills the indexer. We should add a meck synchronization point so that we can ensure that the process is always alive when the message is sent.
   
 
----------------------------------------------------------------
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