You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ji...@apache.org on 2023/12/06 19:20:02 UTC

(couchdb) branch fix-changes-stats updated (d00da798a -> 6bf2c2f63)

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

jiahuili430 pushed a change to branch fix-changes-stats
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard d00da798a f refactor `get_changes_row()`
 discard c9cb08156 Avoid read docs twice when filtered `_changes` is triggered
 discard 0e61f8477 `t_selector_should_only_open_doc_once` should fail
 discard 695526519 Simplify `couch_changes_tests.erl` using macro `?TDEF_FE`
     add cb8ae2d21 `t_selector_should_only_open_doc_once` should fail
     add 53e45ede0 Avoid read docs twice when filtered `_changes` is triggered
     add 6bf2c2f63 f refactor `get_changes_row()`

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   (d00da798a)
            \
             N -- N -- N   refs/heads/fix-changes-stats (6bf2c2f63)

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/test/eunit/couch_changes_tests.erl | 1268 ++++++++++++++------------
 1 file changed, 703 insertions(+), 565 deletions(-)