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


    omit 447c4bd67 Avoid increment stats twice when filtered `_changes` is 
triggered
     add eb1a5881b Attempt to fix flaky users db security test
     add 021b98e59 mango: fix `text` index creation in tests
     add a97e73251 Avoid increment stats twice when filtered `_changes` is 
triggered
     add 02b466964 revert back
     add 8acd3c372 Avoid read docs twice

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   (447c4bd67)
            \
             N -- N -- N   refs/heads/fix-changes-stats (8acd3c372)

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 | 60 -----------------------
 src/couch/src/couch_changes.erl               | 23 ++++++++-
 src/couch/src/couch_db.erl                    | 14 +-----
 src/fabric/src/fabric_rpc.erl                 | 69 ++++++++++++++++++---------
 src/mango/test/16-index-selectors-test.py     |  2 +-
 test/elixir/lib/couch/dbtest.ex               | 21 ++++++++
 test/elixir/test/cookie_auth_test.exs         | 25 ++--------
 test/elixir/test/reader_acl_test.exs          |  3 +-
 test/elixir/test/security_validation_test.exs | 14 ++++--
 test/elixir/test/users_db_security_test.exs   | 35 +++++---------
 test/elixir/test/users_db_test.exs            | 18 ++-----
 11 files changed, 121 insertions(+), 163 deletions(-)

Reply via email to