You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2022/08/20 20:41:47 UTC

[couchdb] branch cpse-incref-decref-wait updated (e8ba0f66a -> 064b52a49)

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

jaydoane pushed a change to branch cpse-incref-decref-wait
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard e8ba0f66a Address race in cpse_incref_decref test
     add 264ad11f3 Add some utility functions to couch_replicator_test_helper
     add 1ec76df18 Update couch_replicator_attachments_too_large to use fabric
     add e1a947531 Update couch_replicator_compact_tests
     add 620bdea36 Update couch_replicator_connection_tests
     add 31185647f Update couch_replicator_create_target_with_options_tests
     add 381fe30d8 Update couch_replicator_error_reporting_tests
     add cad96318f Update couch_replicator_filtered_tests
     add 75e73da04 Update couch_replicator_httpc_pool_tests
     add 065b212e5 Update couch_replicator_id_too_long_tests
     add 9a6875f6b Update couch_replicator_large_atts_tests
     add ca46fa61c Update couch_replicator_many_leaves_tests
     add 033b8d5de Update couch_replicator_missing_stubs_tests
     add 9243298ef Update couch_replicator_proxy_tests
     add d831ec70e Update couch_replicator_rate_limiter_tests
     add 1e69eaac9 Update couch_replicator_retain_stats_between_job_runs
     add 8e6158972 Update couch_replicator_selector_tests
     add 609e7cc79 Update couch_replicator_small_max_request_size_target
     add e6db35b6b Update couch_replicator_use_checkpoints_tests
     add b9afb4590 update devcontainer
     add 7fabe4bfb update variable name and readme
     add 7a53ffcce moved the name property to the correct spot.
     add 064b52a49 Address race in cpse_incref_decref test

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   (e8ba0f66a)
            \
             N -- N -- N   refs/heads/cpse-incref-decref-wait (064b52a49)

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:
 .devcontainer/Dockerfile                           |  31 +-
 .devcontainer/devcontainer.json                    |  30 +-
 README-DEV.rst                                     |  16 ++
 README.rst                                         |  19 ++
 .../couch_replicator_attachments_too_large.erl     |  79 ++----
 .../test/eunit/couch_replicator_compact_tests.erl  | 314 +++++++++------------
 .../eunit/couch_replicator_connection_tests.erl    | 264 ++++++++---------
 ...replicator_create_target_with_options_tests.erl |  74 ++---
 .../couch_replicator_error_reporting_tests.erl     | 272 ++++++++----------
 .../test/eunit/couch_replicator_filtered_tests.erl | 257 +++++++----------
 .../eunit/couch_replicator_httpc_pool_tests.erl    |  96 +++----
 .../eunit/couch_replicator_id_too_long_tests.erl   |  82 ++----
 .../eunit/couch_replicator_large_atts_tests.erl    |  92 ++----
 .../eunit/couch_replicator_many_leaves_tests.erl   | 190 +++++--------
 .../eunit/couch_replicator_missing_stubs_tests.erl | 146 +++-------
 .../test/eunit/couch_replicator_proxy_tests.erl    | 137 +++++----
 .../eunit/couch_replicator_rate_limiter_tests.erl  |  77 +++--
 ...ch_replicator_retain_stats_between_job_runs.erl | 153 ++++------
 .../test/eunit/couch_replicator_selector_tests.erl | 121 +++-----
 ...ch_replicator_small_max_request_size_target.erl | 158 +++--------
 .../test/eunit/couch_replicator_test_helper.erl    | 134 ++++++---
 .../couch_replicator_use_checkpoints_tests.erl     | 182 ++++--------
 22 files changed, 1159 insertions(+), 1765 deletions(-)