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

pgj pushed a change to branch jenkins-clouseau-3.0.0
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 39a74878b Add timeout for the Clouseau tests for the containerized 
builders
 discard da20eb616 Set Erlang cookie explicitly for running Clouseau
 discard f6768dbd6 Make `CLOUSEAU_JAVA_HOME` configurable explicitly
 discard 22c873e66 No Clouseau for FreeBSD for the moment
    omit 139536542 chore(`clouseau`): bump to 3.0.0
     add b9e6eda38 Optimize and clean up internal replicator purge checkpoints
     add b740bcfcb only put_value if value has changed
     add 0d130cfc8 Merge pull request #5776 from 
apache/config-put-value-if-changed
     add 1649371d8 auto-reload config on file change
     add b4e58f15d Merge pull request #5762 from apache/auto-reload-config
     add 563d1ec21 Fix replicator scheduler total jobs metric
     new bc4dd4071 chore(`clouseau`): bump to 3.0.0
     new 10a13fc7b Make `CLOUSEAU_JAVA_HOME` configurable explicitly
     new 4c63aba92 Set Erlang cookie explicitly for running Clouseau
     new fc83ebdac Add timeout for the Clouseau tests for the containerized 
builders

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   (39a74878b)
            \
             N -- N -- N   refs/heads/jenkins-clouseau-3.0.0 (fc83ebdac)

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.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build-aux/Jenkinsfile                              |   4 +-
 rel/overlay/etc/default.ini                        |   5 +
 src/config/src/config.erl                          | 129 +++++++++++-------
 src/couch/src/couch_bt_engine_compactor.erl        |   4 +
 .../src/couch_replicator_scheduler.erl             |  19 +--
 src/mem3/src/mem3_rep.erl                          | 145 +++++++++++++++------
 src/mem3/src/mem3_rpc.erl                          |  42 ++++--
 src/mem3/test/eunit/mem3_rep_test.erl              | 126 +++++++++++++++++-
 test/elixir/test/config/suite.elixir               |   1 +
 test/elixir/test/config_test.exs                   |  16 +++
 10 files changed, 378 insertions(+), 113 deletions(-)

Reply via email to