I have copied datasets from dagger repo
https://github.com/ipld/js-unixfs/blob/35ba07a40e4dcfda02dcb03b9667f466c1dbd6a3/test/dataset/convergence_rawdata.tsv
and generated JS module with the dataset https://github.com/ipld/js-unixfs/blob/main/test/dataset/convergence_rawdata.js so it could be loaded in tests.
Right now I get a failure on --upgrade-cidv0-in-output=true add --chunker=rabin --trickle=false --raw-leaves=false --cid-version=0 ../testdata/large_repeat_1GiB.zst test which I'm investigating.
I have copied datasets from dagger repo
https://github.com/ipld/js-unixfs/blob/35ba07a40e4dcfda02dcb03b9667f466c1dbd6a3/test/dataset/convergence_rawdata.tsv
and generated JS module with the dataset https://github.com/ipld/js-unixfs/blob/main/test/dataset/convergence_rawdata.js so it could be loaded in tests.
Right now I get a failure on
--upgrade-cidv0-in-output=true add --chunker=rabin --trickle=false --raw-leaves=false --cid-version=0 ../testdata/large_repeat_1GiB.zsttest which I'm investigating.