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 91a9b3981 Remove deleted revs from `_conflicts` field
 discard fb7274eaf Avoid read docs twice when filtered _changes is triggered
 discard 262fd0b38 Verify the number of calls to `open_doc/3` when requesting 
`_changes`
 discard 60f77b6fa Add more tests for couch_changes
     add 337760f75 Add more tests for couch_changes and fabric changes
     add dfe9ef071 Verify the number of calls to `open_doc/3` when requesting 
`_changes`
     add df8787efe Avoid read docs twice when filtered _changes is triggered
     add a2985257a Update tests to verify the number of calls to `open_doc/3`

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   (91a9b3981)
            \
             N -- N -- N   refs/heads/fix-changes-stats (a2985257a)

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_changes_test.erl |  15 +-
 src/couch/test/eunit/couch_changes_tests.erl  |   2 +-
 src/fabric/test/eunit/fabric_changes_test.erl | 559 ++++++++++++++++++++++++++
 3 files changed, 563 insertions(+), 13 deletions(-)
 create mode 100644 src/fabric/test/eunit/fabric_changes_test.erl

Reply via email to