You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/01/13 21:36:41 UTC

[couchdb] branch master updated (73d1e3c -> efb374a)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 73d1e3c  Happy New Year 2020! (#2443)
     add efb374a  Improve replicator error reporting

No new revisions were added by this update.

Summary of changes:
 .../src/couch_replicator_api_wrap.erl              |  12 +-
 .../src/couch_replicator_scheduler.erl             |   8 +-
 .../src/couch_replicator_scheduler_job.erl         |  51 ++--
 .../src/couch_replicator_worker.erl                |  18 +-
 .../couch_replicator_error_reporting_tests.erl     | 271 +++++++++++++++++++++
 5 files changed, 329 insertions(+), 31 deletions(-)
 create mode 100644 src/couch_replicator/test/eunit/couch_replicator_error_reporting_tests.erl