You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by nickva <gi...@git.apache.org> on 2017/10/02 20:42:07 UTC

[GitHub] couchdb-khash pull request #8: Fix iterator expiry test

GitHub user nickva opened a pull request:

    https://github.com/apache/couchdb-khash/pull/8

    Fix iterator expiry test

    This test started failing with Erlang 20.0 release. The reason is that opaaque
    NIF resources stopped being identifed as empty binaries in Erlang so previously
    it matched but once refs were used it stopped matching.
    
    Fixes #855

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/couchdb-khash fix-iterator-test

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-khash/pull/8.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8
    
----
commit 8048aaf74994b1f21a6259adcbe69ace3af4bbb3
Author: Nick Vatamaniuc <va...@apache.org>
Date:   2017-10-02T20:37:56Z

    Fix iterator expiry test
    
    This test started failing with Erlang 20.0 release. The reason is that opaaque
    NIF resources stopped being identifed as empty binaries in Erlang so previously
    it matched but once refs were used it stopped matching.
    
    Fixes #855

----


---

[GitHub] couchdb-khash pull request #8: Fix iterator expiry test

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/couchdb-khash/pull/8


---

[GitHub] couchdb-khash issue #8: Fix iterator expiry test

Posted by wohali <gi...@git.apache.org>.
Github user wohali commented on the issue:

    https://github.com/apache/couchdb-khash/pull/8
  
    +1 once Travis passes


---