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/08/20 16:35:40 UTC

[couchdb] branch prototype/fdb-replicator updated (79083a5 -> f659a81)

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

vatamane pushed a change to branch prototype/fdb-replicator
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 79083a5  [wip] start running couch_replicator eunit tests
     add 6b3c8a6  [wip] add debug to fabric2_db
     add d43a099  [wip] add debug chttpd
     add cbfcf71  [fix] apply atts since fix from master
     add f659a81  [wip] allow maps in _parse

No new revisions were added by this update.

Summary of changes:
 src/chttpd/src/chttpd_db.erl                       |   1 +
 src/couch/src/couch_httpd_multipart.erl            |   7 ++
 .../src/couch_replicator_api_wrap.erl              |   2 +-
 .../src/couch_replicator_parse.erl                 |  11 +-
 .../couch_replicator_attachments_too_large.erl     |  30 ++---
 ...replicator_create_target_with_options_tests.erl |  55 ++++-----
 .../test/eunit/couch_replicator_filtered_tests.erl |  33 +++---
 .../eunit/couch_replicator_httpc_pool_tests.erl    |   8 +-
 .../eunit/couch_replicator_id_too_long_tests.erl   |  36 +++---
 .../eunit/couch_replicator_large_atts_tests.erl    |  38 +++----
 .../eunit/couch_replicator_many_leaves_tests.erl   | 126 +++++++++------------
 .../test/eunit/couch_replicator_test_helper.erl    | 121 ++++++++++++++++----
 src/fabric/src/fabric2_db.erl                      |   9 +-
 13 files changed, 263 insertions(+), 214 deletions(-)