You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.
Getting test failures in js-ipfs for the new files.read*Stream methods:
1) interface-ipfs-core tests .files.readReadableStream should not read not found, expect error:
TypeError: stream.on is not a function
at Context.it (node_modules/interface-ipfs-core/js/src/files/read-readable-stream.js:41:14)
at process.topLevelDomainCallback (domain.js:121:23)
2) interface-ipfs-core tests .files.readReadableStream should read file:
Error: Timeout of 40000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
3) interface-ipfs-core tests .files.readPullStream should not read not found, expect error:
TypeError: read is not a function
at next (node_modules/pull-stream/sinks/drain.js:16:11)
at sink (node_modules/pull-stream/sinks/drain.js:37:9)
at pull (node_modules/pull-stream/pull.js:41:14)
at Context.it (node_modules/interface-ipfs-core/js/src/files/read-pull-stream.js:40:7)
at process.topLevelDomainCallback (domain.js:121:23)
4) interface-ipfs-core tests .files.readPullStream should read file:
Error: Timeout of 40000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
The text was updated successfully, but these errors were encountered:
Getting test failures in js-ipfs for the new
files.read*Stream
methods:The text was updated successfully, but these errors were encountered: