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: [email protected]
With regards, Apache Git Services
