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/04 17:57:08 UTC

[couchdb] branch collation-view-versioning updated (a2121e1 -> efd7b7e)

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 a2121e1  View collation upgrade tests
    omit fde19c5  Automatically compact views with multiple collator versions
    omit 24acee2  Track libicu collator versions in the view header
    omit c454b43  Return the opaque collator version from _node/*/_versions
    omit d8daa1c  Add get_collator_version/0 libicu NIF function
     add 0b4fd93  Execute chttpd_dbs_info_tests in clean database_dir
     add 073a2db  Merge pull request #3923 from jiahuili430/81-fixup-dbs-info
     add 290de40  Add get_collator_version/0 libicu NIF function
     add 0455a32  Return the opaque collator version from _node/*/_versions
     add d3f1120  Track libicu collator versions in the view header
     add 4af3ac2  Automatically compact views with multiple collator versions
     add efd7b7e  View collation upgrade tests

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   (a2121e1)
            \
             N -- N -- N   refs/heads/collation-view-versioning (efd7b7e)

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/chttpd/test/eunit/chttpd_dbs_info_test.erl | 527 ++++++++++---------------
 1 file changed, 216 insertions(+), 311 deletions(-)