This is an automated email from the ASF dual-hosted git repository.
jiahuili430 pushed a change to branch fix-flaky-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git
discard 06ec07d18 Add debug lines for flaky elixir tests
add 85cc42dd6 Use determistic doc IDs in Mango key test
add 3f11cfd90 Docs: Update the /_up endpoint docs to include status
response's
add d521620ca Remove purge max_document_id_number and change
max_revisions_number
add f0673791a Add `retry_until` for flaky `changes_async_test.exs` 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 (06ec07d18)
\
N -- N -- N refs/heads/fix-flaky-tests (f0673791a)
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:
rel/overlay/etc/default.ini | 5 +---
src/chttpd/src/chttpd_db.erl | 27 ++++++++-----------
src/chttpd/test/eunit/chttpd_purge_tests.erl | 32 ++---------------------
src/docs/src/api/server/common.rst | 10 ++++++-
src/docs/src/cluster/purging.rst | 4 +--
src/docs/src/config/misc.rst | 13 ++--------
src/mango/test/04-key-tests.py | 7 +++--
test/elixir/test/changes_async_test.exs | 39 ++++++++++++++++------------
8 files changed, 53 insertions(+), 84 deletions(-)