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

[couchdb] branch mango_metrics updated (b45aa4b -> f55bd00)

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

davisp pushed a change to branch mango_metrics
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


 discard b45aa4b  Instrument Mango execution stats
 discard d9b9111  Warn on mango index scan
 discard 90add47  Add mango.query_invalid_index counter
 discard 1ab2c67  Refactor Mango warning generation
     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 508d149  Remove EUnit retries on failure
     add 24201a3  Remove debug logging from test/javascript/run
     add dd1b281  When shard splitting make sure to reset the targets before any retries
     add f2cc3cf  Refactor Mango warning generation
     add 0f91214  Add mango.query_invalid_index counter
     add 2f269b7  Warn on mango index scan
     add f55bd00  Instrument Mango execution stats

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   (b45aa4b)
            \
             N -- N -- N   refs/heads/mango_metrics (f55bd00)

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                                           | 17 ++---
 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/mem3/src/mem3_reshard_job.erl                  | 14 ++--
 src/mem3/test/eunit/mem3_reshard_test.erl          |  6 +-
 src/smoosh/src/smoosh_server.erl                   |  9 ++-
 test/javascript/run                                | 75 ++++++++++++++++++++--
 14 files changed, 137 insertions(+), 63 deletions(-)