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:20:39 UTC

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

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 181e431  Update replicator's readme file
     add d5a6be4  Update and clean up tests

No new revisions were added by this update.

Summary of changes:
 Makefile                                           |   2 +-
 .../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 +-
 20 files changed, 1766 insertions(+), 1555 deletions(-)
 create mode 100644 src/couch_replicator/test/eunit/couch_replicator_job_server_tests.erl
 create mode 100644 src/couch_replicator/test/eunit/couch_replicator_transient_jobs_are_removed.erl