Mokhtar Naamani 47c13bd35e storage-node: caching content id resolution | 3 år sedan | |
---|---|---|
.. | ||
test | 3 år sedan | |
.eslintrc.js | 4 år sedan | |
README.md | 4 år sedan | |
filter.js | 3 år sedan | |
index.js | 4 år sedan | |
package.json | 3 år sedan | |
storage.js | 3 år sedan |
This package contains an abstraction over the storage backend of colossus.
In the current version, the storage is backed by IPFS. In order to run tests, you have to also run an IPFS node.
Note also that tests do not finish. This is due to a design flaw in the IPFS HTTP Client npm package. In that package, requests can seemingly never time out - this client library patches over this by using bluebird's cancellable Promises, so that at least this package can provide a timeout. In the client library, however, that still leaves some dangling requests, meaning node cannot exit cleanly.
For this reason, we're passing the --exit
flag to mocha
in the test
script - run yarn run test
and you should have a well behaving test suite.
Run mocha
directly, without this flag, and you may be disappointed.