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

vatamane pushed a change to branch pause-auto-purge-on-node-downs
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    omit d6feb8db8 Pause scanner plugin if there are dead nodes
     add 3fa2096a0 Port paginate json docs tests to Elixir
     add aaa661e19 Deprecate 14-json-pagination-test.py
     add 8721bc4f2 Merge pull request #5768 from neighbourhoodie/port-14
     add 97a893ec6 Pause scanner plugin if there are dead nodes

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   (d6feb8db8)
            \
             N -- N -- N   refs/heads/pause-auto-purge-on-node-downs (97a893ec6)

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/mango/test/14-json-pagination-test.py          | 269 --------------------
 test/elixir/test/config/suite.elixir               |  24 +-
 test/elixir/test/mango/14_json_pagination_test.exs | 271 +++++++++++++++++++++
 test/elixir/test/support/mango_database.ex         |   1 +
 4 files changed, 290 insertions(+), 275 deletions(-)
 delete mode 100644 src/mango/test/14-json-pagination-test.py
 create mode 100644 test/elixir/test/mango/14_json_pagination_test.exs

Reply via email to