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

davisp pushed a change to branch feature/database-partition-limits
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit 44eea83  Enforce partition size limits
    omit 848e893  Use an accumulator when merging revision trees
    omit 31a4a53  Add Elixir tests for database partitions
     add b39701f  Add Elixir tests for database partitions
     add 686d675  Use an accumulator when merging revision trees
     add 6312ba3  Enforce partition size limits

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   (44eea83)
            \
             N -- N -- N   refs/heads/feature/database-partition-limits 
(6312ba3)

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:
 src/couch/src/couch_db_updater.erl           |  17 +-
 test/elixir/test/partition_all_docs_test.exs | 118 +++++++++
 test/elixir/test/partition_ddoc_test.exs     | 171 ++++++++++++
 test/elixir/test/partition_size_test.exs     | 377 +++++++++++++++++++++------
 4 files changed, 604 insertions(+), 79 deletions(-)
 create mode 100644 test/elixir/test/partition_all_docs_test.exs
 create mode 100644 test/elixir/test/partition_ddoc_test.exs

Reply via email to