You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ko...@apache.org on 2019/08/01 00:32:51 UTC

[couchdb] 02/02: Merge remote-tracking branch 'gitbox/master' into junit-reports-and-jenkins-env

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

kocolosk pushed a commit to branch jenkins-junit-reports-and-jenkins-env
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit defe061621e8ba22155280108b2e5fd2385f67c9
Merge: 0512f6b 0a5b11f
Author: Adam Kocoloski <ko...@apache.org>
AuthorDate: Wed Jul 31 20:32:29 2019 -0400

    Merge remote-tracking branch 'gitbox/master' into junit-reports-and-jenkins-env

 .../src/cpse_test_purge_replication.erl            |  16 ++-
 src/couch_replicator/src/couch_replicator.erl      |   1 -
 .../src/couch_replicator_api_wrap.erl              | 150 +++------------------
 .../src/couch_replicator_doc_processor.erl         |  12 +-
 .../src/couch_replicator_doc_processor_worker.erl  |   6 +-
 src/couch_replicator/src/couch_replicator_docs.erl |  29 +++-
 .../src/couch_replicator_filters.erl               |  13 +-
 src/couch_replicator/src/couch_replicator_ids.erl  |  44 +++---
 .../src/couch_replicator_scheduler_job.erl         |  31 +----
 .../src/couch_replicator_utils.erl                 |  56 +-------
 .../src/couch_replicator_worker.erl                | 143 ++------------------
 .../couch_replicator_attachments_too_large.erl     |   4 +-
 .../test/eunit/couch_replicator_compact_tests.erl  |   5 +-
 .../test/eunit/couch_replicator_filtered_tests.erl |  10 +-
 .../eunit/couch_replicator_id_too_long_tests.erl   |   5 +-
 .../eunit/couch_replicator_large_atts_tests.erl    |   5 +-
 .../eunit/couch_replicator_many_leaves_tests.erl   |   6 +-
 .../eunit/couch_replicator_missing_stubs_tests.erl |   5 +-
 .../test/eunit/couch_replicator_selector_tests.erl |   5 +-
 ...ch_replicator_small_max_request_size_target.erl |   5 +-
 .../couch_replicator_use_checkpoints_tests.erl     |   5 +-
 test/elixir/test/replication_test.exs              |  36 +++--
 22 files changed, 136 insertions(+), 456 deletions(-)