You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2019/01/18 19:38:18 UTC

[couchdb] branch master updated (16e6af4 -> 8d2af71)

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

davisp pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 16e6af4  Add Elixir tests for database partitions
     new aeb1ba4  Use an accumulator when merging revision trees
     new 8d2af71  Enforce partition size limits

The 11548 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:
 rel/overlay/etc/default.ini                    |   5 +
 src/chttpd/src/chttpd.erl                      |   5 +
 src/couch/src/couch_db_updater.erl             | 143 ++++++++++--
 test/elixir/test/partition_size_limit_test.exs | 305 +++++++++++++++++++++++++
 4 files changed, 443 insertions(+), 15 deletions(-)
 create mode 100644 test/elixir/test/partition_size_limit_test.exs