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/17 19:57:43 UTC

[couchdb] branch cpse-incref-decref-wait updated (94290054b -> e8ba0f66a)

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 94290054b Address race in cpse_incref_decref test
     add 2be1da823 Add io_priority classes
     add c09cd8968 Add ioq io_priority functions and system class
     add 74f12c74d Merge pull request #4106 from apache/4101-add-io-priority
     add deef12eff Add ioq:call_search
     add 7f1a33169 Merge pull request #4135 from apache/dedicated-ioq-search-function
     add 1f1c56d5d Fix elixir :logger warnings
     add 90f20c849 Add editors magic lines
     add cfed4bb07 Merge pull request #4133 from noahshaw11/add-editors-magic-lines
     add f8dad2fe6 Fix proxyauth_test and remove it from skipping tests (#4129)
     add 96214780e Fix purge request timeouts
     add 6c57f58dd Update couchdb-config to 2.2.0
     add 9a5d0de97 Update couchdb-mochiweb to v3.1.0
     add e8ba0f66a 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   (94290054b)
            \
             N -- N -- N   refs/heads/cpse-incref-decref-wait (e8ba0f66a)

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:
 config/integration.exs                             |  4 +-
 config/test.exs                                    |  4 +-
 rebar.config.script                                |  7 +-
 src/chttpd/rebar.config                            |  2 +
 src/chttpd/src/chttpd.app.src                      |  3 +-
 src/chttpd/src/chttpd_auth_cache.erl               |  6 +-
 src/couch/rebar.config.script                      |  2 +
 src/couch/src/couch_db.erl                         |  2 +-
 src/couch_dist/rebar.config                        |  2 +
 src/couch_epi/rebar.config                         |  2 +
 src/couch_event/rebar.config                       |  2 +
 src/couch_index/rebar.config                       |  2 +
 src/couch_index/src/couch_index.app.src            |  2 +-
 src/couch_index/src/couch_index.erl                |  1 +
 src/couch_log/rebar.config                         |  2 +
 src/couch_mrview/rebar.config                      |  2 +
 src/couch_peruser/src/couch_peruser.app.src        |  2 +-
 src/couch_peruser/src/couch_peruser.erl            |  2 +
 src/couch_replicator/src/couch_replicator.app.src  |  3 +-
 .../src/couch_replicator_auth_session.erl          |  5 +-
 src/couch_replicator/src/couch_replicator_docs.erl |  2 +
 src/couch_tests/rebar.config                       |  2 +
 src/custodian/rebar.config.script                  |  2 +
 src/dreyfus/src/clouseau_rpc.erl                   |  2 +-
 src/fabric/rebar.config                            |  2 +
 src/global_changes/src/global_changes.app.src      |  3 +-
 src/global_changes/src/global_changes_server.erl   |  5 +-
 src/ioq/src/ioq.erl                                | 24 +++++-
 src/jwtf/rebar.config                              |  2 +
 src/ken/rebar.config.script                        |  2 +
 src/mango/rebar.config.script                      |  2 +
 src/mem3/rebar.config                              |  2 +
 src/mem3/rebar.config.script                       |  2 +
 src/mem3/src/mem3.app.src                          |  3 +-
 src/mem3/src/mem3_nodes.erl                        |  7 +-
 src/mem3/src/mem3_shards.erl                       |  6 +-
 src/mem3/src/mem3_util.erl                         |  3 +
 src/rexi/rebar.config                              |  2 +
 src/smoosh/rebar.config                            |  2 +
 src/weatherreport/rebar.config                     |  2 +
 test/elixir/config/test.exs                        |  4 +-
 test/elixir/test/config/skip.elixir                |  4 -
 test/elixir/test/proxyauth_test.exs                | 95 +++++++---------------
 43 files changed, 147 insertions(+), 90 deletions(-)