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

[couchdb] branch jenkins-fix updated (957f278 -> 04a1810)

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

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


    from 957f278  Merge branch 'master' into jenkins-fix
     new 9a57335  Import IOQ from Cloudant
     new 20bbfbf  Run each apps test in a separate process
     new 5b2a3f5  increase timeout on test
     new 82162b6  We don't need to verify that erlang:garbage_collect() works
     new 04a8f83  Merge pull request #1889 from apache/import-cloudant-ioq
     new d3618bf  Make from_json_error_cases tests idiomatic
     new 9517b26  Fix from_json_obj_validate crash when provided rev isn't a valid hex
     new fbb5a14  Fix badarg crash on invalid rev for individual doc update
     new 20448c6  Merge pull request #1901 from apache/fix-doc-update-invalid-rev-crash
     new 04a1810  Merge branch 'master' into jenkins-fix

The 11589 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:
 Makefile                                | 13 ++++++++++---
 rebar.config.script                     |  3 ++-
 rel/reltool.config                      |  2 ++
 src/couch/src/couch_doc.erl             | 21 ++++++++++++++-------
 src/couch/test/couch_db_doc_tests.erl   | 21 ++++++++++++++++++++-
 src/couch/test/couch_doc_json_tests.erl | 22 ++++++++++++----------
 src/mango/src/mango_native_proc.erl     | 17 +----------------
 7 files changed, 61 insertions(+), 38 deletions(-)