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/04/18 19:07:57 UTC

[GitHub] davisp opened a new pull request #482: Fix mem3_sync_event_listener unit test

davisp opened a new pull request #482: Fix mem3_sync_event_listener unit test
URL: https://github.com/apache/couchdb/pull/482
 
 
   The `should_restart_listener` test was failing because the pattern
   supplied to meck was wrong. The argument to
   `config_notifier:handle_event/2` is of the pattern `{config_change,
   Section, Key, Value, Persist}` but the test was only matching a
   four-tuple which I assume was missing the `config_change` atom in the
   argument.
   
   COUCHDB-3380
   
 
----------------------------------------------------------------
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