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 <[email protected]>
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
----
---