Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the test with persistant db level instead of level-mem does not pass #77

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

scenaristeur
Copy link

level has been upgraded this way https://github.com/Level/level/blob/master/UPGRADING.md
and test with persistent level does not work

  db.search
    1) should find homies in Paris

  138 passing (288ms)
  1 failing

  1) db.search
       should find homies in Paris:
     Uncaught TypeError: leveldb.createValueStream is not a function
      at Object.getStream (node_modules/levelgraph/lib/levelgraph.js:59:28)
      at SortJoinStream._start (node_modules/levelgraph/lib/sortjoinstream.js:110:30)
      at new SortJoinStream (node_modules/levelgraph/lib/sortjoinstream.js:82:8)
      at SortJoinStream (node_modules/levelgraph/lib/sortjoinstream.js:57:12)
      at node_modules/levelgraph/lib/levelgraph.js:145:16
      at Array.map (<anonymous>)
      at node_modules/levelgraph/lib/levelgraph.js:139:30
      at node_modules/levelgraph/lib/queryplanner.js:93:7
      at NoResultsHolder.release (node_modules/fastparallel/parallel.js:139:9)
      at process.processTicksAndRejections (node:internal/process/task_queues:77:11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant