Kirill Smelkov
Kirill Smelkov
(@hanwen for now no idea; I still plan to review new nodefs in some time, hopefully)
As of today's master (38601914) unionfs tests became less flaky - probably thanks to 4e73fb9a. However longer `go test` run in unionfs still shows problems: ``` (neo) (z-dev) (g.env) kirr@deco:~/src/neo/src/github.com/hanwen/go-fuse/unionfs$...
I can no longer reproduce this-issue original failure with current master (32b02fb6). However while running `go-fuse$ while true; do go test -count 1 ./...; done` I saw ``` --- FAIL:...
TestFopenKeepCache: https://github.com/hanwen/go-fuse/issues/168.
Oops, while rerunning go test -count 1 in a loop I also got once: ``` 11:23:18.330232 Adding workspace manual1 for roots UnionFs([LoopbackFs(/tmp/TestAutoFsSymlink793491542/store/backing1) cachingFileSystem(LoopbackFs(/tmp/TestAutoFsSymlink793491542/store/backing1/READONLY))]) 11:23:18.337294 Adding workspace backing1 for roots UnionFs([LoopbackFs(/tmp/TestAutoFsSymlink793491542/store/backing1)...
Trying to reproduce TestStatFs failure I got `go test` (without `-race`) stuck somewhere: ``` .../src/github.com/hanwen/go-fuse$ while true; do go test -count 1 ./...; done ok github.com/hanwen/go-fuse/benchmark 0.104s ? github.com/hanwen/go-fuse/benchmark/bulkstat [no...
(It cannot be killed with Ctrl+C and I have to do something like `echo 1 > /sys/fs/fuse/connections/57/abort` to interrupt it)
Another unionfs failure: ``` src/github.com/hanwen/go-fuse$ while true; do echo -e '\n# repeat'; go test -count 1 ./...; done ... # repeat ok github.com/hanwen/go-fuse/benchmark 0.065s ? github.com/hanwen/go-fuse/benchmark/bulkstat [no test files] ?...
Tests getting stuck: https://github.com/hanwen/go-fuse/issues/261.
Re TestStatFs failure - sadly I no longer can reproduce it. Once I will be able to reproduce it reliably - I will file a new issue.