ipfs-inactive / dev-team-enablement

[ARCHIVED] Dev Team Enablement Working Group
3 stars 1 forks source link

OKR: Test isolation (`interface-ipfs-core`) #54

Closed travisperson closed 5 years ago

travisperson commented 6 years ago

https://github.com/ipfs/testing/projects/1#card-9340002

The recent refactor to interface-ipfs-core did a lot to help with improving test isolation. There is currently only a single test which fails to run in isolation from the others (from js-ipfs-api under go-ipfs v0.4.15)

https://github.com/ipfs/interface-ipfs-core/issues/320

It also appears that this is more of an issue with js-ipfs-api as well, it just snuck through as valid because go-ipfs was rejecting the type change of the config key.