You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/02/03 07:05:48 UTC

[couchdb] branch collation-view-versioning updated (4961260 -> 9a37aec)

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

vatamane pushed a change to branch collation-view-versioning
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    omit 4961260  Return collator version as binaries in _design/*/_info
    omit 52fb327  Return the opaque collator version from _node/*/_versions
    omit aa16fa6  Emit collator versions in _design/*/_info
    omit a6bd1a2  Add view 2.x, 3.2.1 and old collator upgrade tests
    omit 9e660d0  Handle libicu upgrades in views
    omit 995fdfd  Add get_collator_version/0 libicu API call
     add bd6ec27  Bump docs to 3.2.1-1
     add 00ec897  Clear junk test dbs before running chttpd_dbs_info_tests
     add b8ad56b  Execute fabric_rpc_tests in clean database_dir
     add 50080a9  Merge pull request #3921 from cloudant/fix-flaky-test-in-fabric_rpc
     add 1d30c59  Add get_collator_version/0 libicu API call
     add 9a8cdcf  Handle libicu upgrades in views
     add a62df8d  Add view 2.x, 3.2.1 and old collator upgrade tests
     add 94b20ab  Emit collator versions in _design/*/_info
     add 87c36b4  Return the opaque collator version from _node/*/_versions
     add 59e66bb  Return collator version as binaries in _design/*/_info
     add 9a37aec  Automatically enqueue view for compaction to upgrade their collation

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   (4961260)
            \
             N -- N -- N   refs/heads/collation-view-versioning (9a37aec)

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:
 rebar.config.script                              |   2 +-
 rel/overlay/etc/default.ini                      |   5 +
 src/couch/src/couch_server.erl                   |   5 +
 src/couch/src/test_util.erl                      |  38 ++++
 src/couch/test/eunit/couchdb_views_tests.erl     | 211 ++++++++++++++++++-----
 src/couch_mrview/src/couch_mrview_index.erl      |  17 ++
 src/couch_mrview/src/couch_mrview_util.erl       |   4 +
 src/ddoc_cache/test/eunit/ddoc_cache_tutil.erl   |   3 +-
 src/fabric/test/eunit/fabric_db_create_tests.erl |   6 +-
 src/fabric/test/eunit/fabric_rpc_tests.erl       |  12 +-
 src/smoosh/src/smoosh_server.erl                 |   6 +-
 11 files changed, 261 insertions(+), 48 deletions(-)