You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ii...@apache.org on 2018/06/29 19:37:51 UTC

[couchdb] branch master updated (1209036 -> d36149e)

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

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


    from 1209036  Add regression runs on new dedicated FreeBSD VM
     add 3358668  fix(_view changes feed): fix function_clause crash in couch_native_process. Crash was caused by a missing implementation of ddoc function for <<"views">> FunPath, implementation is based on FilterFun but matches return values of the erlang:put()  which is called in the native Emit function and also expects ok and false when docs were not emitted.
     add 0377e53  tests(couch_changes): add tests for changes feed filtering using an Erlang view
     new d36149e  Merge pull request #1401 from Spotme/spotme/fix/couch-native-process

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:
 src/couch/src/couch_native_process.erl | 12 +++++++++++
 src/couch/test/couch_changes_tests.erl | 38 +++++++++++++++++++++++++++++++++-
 2 files changed, 49 insertions(+), 1 deletion(-)


[couchdb] 01/01: Merge pull request #1401 from Spotme/spotme/fix/couch-native-process

Posted by ii...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

iilyak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d36149ec3a0d071d067589c8f3fe7d263626948d
Merge: 1209036 0377e53
Author: iilyak <ii...@ca.ibm.com>
AuthorDate: Fri Jun 29 12:37:48 2018 -0700

    Merge pull request #1401 from Spotme/spotme/fix/couch-native-process
    
    Fix for a function_clause crash in the couch_native_process for Erlang views

 src/couch/src/couch_native_process.erl | 12 +++++++++++
 src/couch/test/couch_changes_tests.erl | 38 +++++++++++++++++++++++++++++++++-
 2 files changed, 49 insertions(+), 1 deletion(-)