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/27 07:02:34 UTC

[couchdb] branch prototype/fdb-replicator updated (cf6fede -> 181e431)

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.


 discard cf6fede  Replicator implementation on FDB
     add 4276f85  Add after_db_create/2 and after_db_delete/2 callbacks to fabric
     add e1e5eae  Read attachment data outside the transaction
     add 98df649  Handle possible iodata from jiffy:encode in couch_jobs
     add 29c0e69  Add fold_jobs/4 and pending_count/2,3 to couch_jobs API
     add adb8b4e  Delete old 2.x-3.x replicator modules
     add cbdc189  Cleanup couch_replicator_utils module
     add cc1d1dc  Move parsing and validation to couch_replicator_parse module
     add b02878e  Handle option maps in lower level modules
     add ada3940  Update couch_replicator_ids
     add e9a5beb  Introduce couch_replicator_jobs abstraction module
     add 6de86cc  Update frontend replicator modules
     add 9bbf003  Update backend replicator modules
     add 3525fb5  Update replicator http handlers and supervisor
     add 695bdea  Update and cleanup default.ini replicator entries
     add 181e431  Update replicator's readme file

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cf6fede)
            \
             N -- N -- N   refs/heads/prototype/fdb-replicator (181e431)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |   2 +-
 .../src/couch_replicator_api_wrap.erl              |   6 +-
 .../src/couch_replicator_filters.erl               |   1 -
 src/couch_replicator/src/couch_replicator_ids.erl  |  36 ++
 .../couch_replicator_attachments_too_large.erl     |  90 +++--
 .../eunit/couch_replicator_connection_tests.erl    | 274 ++++++-------
 ...replicator_create_target_with_options_tests.erl | 129 +++---
 .../test/eunit/couch_replicator_filtered_tests.erl | 262 ++++++++-----
 .../eunit/couch_replicator_httpc_pool_tests.erl    | 125 +++---
 .../eunit/couch_replicator_id_too_long_tests.erl   |  91 +++--
 .../eunit/couch_replicator_job_server_tests.erl    | 431 ---------------------
 .../eunit/couch_replicator_large_atts_tests.erl    | 123 +++---
 .../eunit/couch_replicator_many_leaves_tests.erl   | 241 +++++++-----
 .../eunit/couch_replicator_missing_stubs_tests.erl | 178 +++++----
 .../test/eunit/couch_replicator_proxy_tests.erl    | 135 ++++---
 .../eunit/couch_replicator_rate_limiter_tests.erl  |  77 ++--
 ...ch_replicator_retain_stats_between_job_runs.erl | 217 ++++++++---
 .../test/eunit/couch_replicator_selector_tests.erl | 136 ++++---
 ...ch_replicator_small_max_request_size_target.erl | 190 ++++++---
 .../test/eunit/couch_replicator_test_helper.erl    | 315 ++++-----------
 ...couch_replicator_transient_jobs_are_removed.erl |  93 -----
 .../couch_replicator_use_checkpoints_tests.erl     | 207 +++++++---
 test/elixir/test/replication_test.exs              |   5 +-
 23 files changed, 1595 insertions(+), 1769 deletions(-)
 delete mode 100644 src/couch_replicator/test/eunit/couch_replicator_job_server_tests.erl
 delete mode 100644 src/couch_replicator/test/eunit/couch_replicator_transient_jobs_are_removed.erl