This is an automated email from the ASF dual-hosted git repository.
jiangphcn pushed a change to branch
COUCHDB-3326-clustered-purge-pr3-refactor-pse-tests
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
omit bff390d Resolve merge conflict
omit 91f6069 Enhance PSE tests with setup/teardown functions
omit ee01e0c Update to use new couch_pse_tests app
omit edc767d Update PSE test definitions for new util module
omit 95ac3a4 Rename PSE test modules
omit 52f9509 Move PSE tests to their own app
omit e66ae51 Rewrite the PSE test suite to use couch_server
omit b663478 Simplify logic in mem3_rep
omit 207b3b0 Update fabric_doc_open eunit tests
omit 2949d2a Fix race on couch_db:reopen/1
omit b899b50 Fix default security object handling
omit e994fc7 Fix bug during purge
omit 45f9c55 Fix typos in couch_db_engine.erl
add 39dede7 Expose document update errors to client
add d3453d2 Merge pull request #1486 from
cloudant/fix-doc-update-case-clause
add 28ba48d Reduce size of #leaf.atts keys
add 0cb1110 Add `POST /_node/$node/_restart` endpoint
add d14869e Calculate uptime since application start instead of a beam
start
add fbe98b6 Use "/_node/<node>/_restart" from JavaScript tests
add 7217481 Remove special handling of 'restart' from
'test/javascript/run'
add 91ff3f6 Remove _restart endpoint from non-clustered interface
add 9be1213 Remove no longer needed handle_restart_req handler
add b847adb Merge pull request #1543 from cloudant/implement-node-restart
add 3852a00 Fix typos in couch_db_engine.erl
add da2e22a Fix bug during purge
add 151b9b0 Fix default security object handling
add bb27d5e Fix race on couch_db:reopen/1
add aea2833 Update fabric_doc_open eunit tests
add da43788 Simplify logic in mem3_rep
new f45c036 Rewrite the PSE test suite to use couch_server
new db28f4c Move PSE tests to their own app
new 3c94bc4 Rename PSE test modules
new 0d85abe Update PSE test definitions for new util module
new c998aa4 Update to use new couch_pse_tests app
new 4c87d78 Enhance PSE tests with setup/teardown functions
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 (bff390d)
\
N -- N -- N
refs/heads/COUCHDB-3326-clustered-purge-pr3-refactor-pse-tests (4c87d78)
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 6 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:
rel/overlay/etc/default.ini | 1 -
src/chttpd/src/chttpd_misc.erl | 8 +++-
src/couch/src/couch_app.erl | 11 +++++-
src/couch/src/couch_att.erl | 10 ++++-
src/couch/src/couch_httpd_misc_handlers.erl | 23 +-----------
src/fabric/src/fabric.erl | 58 ++++++++++++++++++++++++++++-
src/fabric/src/fabric_doc_update.erl | 3 +-
test/javascript/run | 6 +--
test/javascript/test_setup.js | 11 +++++-
9 files changed, 96 insertions(+), 35 deletions(-)