ipfs / boxo

A set of reference libraries for building IPFS applications and implementations in Go.
https://github.com/ipfs/boxo#readme
Other
207 stars 89 forks source link

MFS Tests are flaky #455

Open Jorropo opened 1 year ago

Jorropo commented 1 year ago

Repro:

GOMAXPROCS=1 nice -n19 go test -count=100 ./mfs/...

Or:

GOMAXPROCS=2 nice -n19 go test -count=100 ./mfs/...
lidel commented 6 months ago

+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.