boxo
boxo copied to clipboard
MFS Tests are flaky
Repro:
GOMAXPROCS=1 nice -n19 go test -count=100 ./mfs/...
Or:
GOMAXPROCS=2 nice -n19 go test -count=100 ./mfs/...
+1, https://github.com/ipfs/boxo/actions/runs/8458127090/job/23171648070#step:15:131 failed with:
-test.shuffle 1711571128951505144
--- FAIL: TestMfsDirListNames (0.00s)
mfs_test.go:641: directory already has entry by that name
Are tests flaky, or is MFS racy, that is TBD.