This repository was archived by the owner on Feb 12, 2024. It is now read-only.
ipfs add zero filled uint8 fails against go #3542
Labels
effort/days
Estimated to take multiple days, but less than a week
env:Firefox
exp/intermediate
Prior experience is likely helpful
kind/bug
A bug in existing code (including security flaws)
kind/maybe-in-helia
need/maintainer-input
Needs input from the current maintainer(s)
P2
Medium: Good to have, but can wait until someone steps up
status/ready
Ready to be worked
This test https://github.com/ipfs/js-ipfs/blob/master/packages/interface-ipfs-core/src/add.js#L84 fails running the interface tests against go-ipfs in firefox ONLY.
This is the data used in the test https://github.com/ipfs/js-ipfs/blob/master/packages/interface-ipfs-core/src/utils/index.js#L26, changing the input to something like https://github.com/ipfs/js-ipfs/blob/master/packages/interface-ipfs-core/test/fixtures/test-folder/holmes.txt makes the test pass.
dag from go-ipfs
chrome

firefox

In this PR #3528 i changed the input data to make the test pass because it looks like this only happens with 0 filled buffers, but this needs a real fix.
The text was updated successfully, but these errors were encountered: