ipld / frisbii

An experimental minimal IPLD data provider for the IPFS network
Other
14 stars 2 forks source link

Error on hamt traversal terminating in non-existent leaf #14

Closed rvagg closed 1 year ago

rvagg commented 1 year ago

This is supposed to be picked up by errorRecordingReadOpener but doesn't seem to be, requesting a wikipedia page that doesn't exist just provides the blocks up until that point and terminates cleanly with no error logged, but it should log an error and shouldn't terminate cleanly.

rvagg commented 1 year ago

This is going to be the traverser not finishing but that not being an error. We'll need to collect the Progress and check whether it's completed or not at finish. Same deal in Lassie.