You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2019/02/21 16:01:04 UTC

[couchdb] branch jenkins-fix-elixir-take-3 updated (33a4ef2 -> 9d0f81d)

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

garren pushed a change to branch jenkins-fix-elixir-take-3
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 33a4ef2  more tests failing and fixed
 discard cef930a  fix more tests
 discard 6e2308b  fix more tests and skip replication
 discard 1431ac4  fix another replication test
 discard b0aed31  set jenkins timeout to 90 minutes
 discard 00f876e  fix flaky tests on jenkins
     new dbdddb2  Support list for docid when using couch_db:purge_docs/3
     new b7577b2  Merge pull request #1925 from apache/allow-list-for-purge-docid
     new 0af0699  fix flaky tests on jenkins
     new 939c6cc  set jenkins timeout to 90 minutes
     new a7ae4d5  fix another replication test
     new ff3e9f9  fix more tests and skip replication
     new 9466ee0  fix more tests
     new 9d0f81d  more tests failing and fixed

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   (33a4ef2)
            \
             N -- N -- N   refs/heads/jenkins-fix-elixir-take-3 (9d0f81d)

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.

The 11608 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/couch/src/couch_db.erl                         |  8 ++-
 .../test/couch_mrview_purge_docs_tests.erl         | 69 ++++++++++++++++++++++
 2 files changed, 74 insertions(+), 3 deletions(-)