boxo icon indicating copy to clipboard operation
boxo copied to clipboard

MFS Tests are flaky

Open Jorropo opened this issue 2 years ago • 3 comments

Repro:

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

Or:

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

Jorropo avatar Aug 25 '23 11:08 Jorropo

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

lidel avatar Mar 27 '24 20:03 lidel