You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2020/01/09 23:23:25 UTC

[couchdb] branch remove-eunit-retries-on-failure updated (5556bec -> 1415ac4)

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

vatamane pushed a change to branch remove-eunit-retries-on-failure
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard 5556bec  Remove EUnit retries on failure
     add fe12bd8  Fix chttpd_purge_tests.erl
     add 628e757  Address flaky test failure on t_invalid_view/1
     add 9fd9d15  Fix missing parentheses in couchdb.in
     add 8dd8988  Add a JUnit report to JavaScript tests
     add b66f6b4  Include JavaScript test results in report
     add 129183b  Generate test results on build failures
     add 91654ae  Include test reports when uploading logs
     add 2f9501a  Prevent the elision of `jenkins` in log URLs
     add 275e10c  Include JavaScript JUnit reports in Jenkins
     add e23f3ef  Use separate requests to write design when replicating
     add 1415ac4  Remove EUnit retries on failure

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   (5556bec)
            \
             N -- N -- N   refs/heads/remove-eunit-retries-on-failure (1415ac4)

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:
 .gitignore                                         |  1 +
 Makefile                                           |  6 ++
 build-aux/Jenkinsfile.full                         | 24 +++----
 build-aux/Jenkinsfile.pr                           |  4 +-
 build-aux/logfile-uploader.py                      |  5 +-
 build-aux/show-test-results.py                     |  3 +-
 rel/files/couchdb.in                               |  4 +-
 src/chttpd/test/eunit/chttpd_purge_tests.erl       |  3 +-
 .../src/couch_replicator_worker.erl                | 26 +++++---
 .../eunit/couch_replicator_many_leaves_tests.erl   |  9 +--
 src/smoosh/src/smoosh_server.erl                   |  9 ++-
 test/javascript/run                                | 76 ++++++++++++++++++++--
 12 files changed, 132 insertions(+), 38 deletions(-)