-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Unixfs: enforce refs on files when using nocopy #5925
Conversation
e679abe
to
bdcef02
Compare
Looks like due to ipfs/go-mfs#38, running mfs related commands locally is racy: $ alias tipfs='IPFS_PATH=/tmp/ipfs ipfs'
$ tipfs init --profile=test -b=1024
$ tipfs files mkdir /cats
$ tipfs files ls
$ # no cats :( (about 70% of the time, if there are, rm /tmp/ipfs and start over) (This PR works fine without ipfs/go-mfs#38) |
Sorry for that, small typo, we really need to add tests for the republisher. Pushed it as a hotfix in v0.1.31 (ipfs/go-mfs@2e0c3bc). |
bdcef02
to
7dbadd0
Compare
Thanks for catching that! (yeah, we need better tests) |
There are still some errors in
|
I'm fairly confident that it's not related to these changes, the missing CID is |
License: MIT Signed-off-by: Łukasz Magiera <[email protected]>
License: MIT Signed-off-by: Łukasz Magiera <[email protected]>
License: MIT Signed-off-by: Łukasz Magiera <[email protected]>
7dbadd0
to
12e1379
Compare
Yeah, it looks like there's a regression in go-mfs due to that WaitPub PR. And ipfs/go-blockservice#15 dosn't fix it. |
Dammit github! Replaced by #5937 (github wouldn't let me reopen this after I rebased). |
Fixes #4558
Depends on: