This is an automated email from the ASF dual-hosted git repository.
jiangphcn pushed a change to branch bloodbuild-afterxmas4
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
discard b42fc4b address smoosh failure
discard 15324a3 disable smoosh test
discard 35b9ee7 disable test
discard 9d52886 disable test
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
new 596e529 disable test
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 (b42fc4b)
\
N -- N -- N refs/heads/bloodbuild-afterxmas4 (596e529)
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 1 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:
.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 +--
test/javascript/run | 76 ++++++++++++++++++++--
11 files changed, 127 insertions(+), 45 deletions(-)