Commit 6746d704 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 43d5f40d
--- FAIL: TestMemNodeFsBasic (0.00s)
memnode_test.go:85: Size after write incorrect: got 0 want 1
FAIL
FAIL github.com/hanwen/go-fuse/fuse/nodefs 0.019s
--- FAIL: TestMemNodeFsWrite (0.00s)
memnode_test.go:67: content mismatch: got "", want "hello"
FAIL
FAIL github.com/hanwen/go-fuse/fuse/nodefs 0.021s
both ^^^ are probably kernel regression due to git.kernel.org/linus/fa5eee57e33e
because fuse_flush stopped to invalidate i_size.
--- FAIL: TestMountOnExisting (0.02s)
panic: not found [recovered]
panic: not found
goroutine 582 [running]:
testing.tRunner.func1.2({0x5c1a00, 0x63d3e0})
/home/kirr/src/tools/go/go/src/testing/testing.go:1526 +0x24e
testing.tRunner.func1()
/home/kirr/src/tools/go/go/src/testing/testing.go:1529 +0x39f
panic({0x5c1a00, 0x63d3e0})
/home/kirr/src/tools/go/go/src/runtime/panic.go:884 +0x213
github.com/hanwen/go-fuse/fuse/nodefs.(*fileSystemMount).mountName(...)
/home/kirr/src/neo/src/github.com/hanwen/go-fuse/fuse/nodefs/fsmount.go:57
github.com/hanwen/go-fuse/fuse/nodefs.(*FileSystemConnector).Unmount(0xc000016080, 0xc00013c0e0)
/home/kirr/src/neo/src/github.com/hanwen/go-fuse/fuse/nodefs/fsconnector.go:314 +0x5fd
github.com/hanwen/go-fuse/fuse/pathfs.(*PathNodeFs).Unmount(0xc000140280, {0x5fe77f?, 0x5fe77f?})
/home/kirr/src/neo/src/github.com/hanwen/go-fuse/fuse/pathfs/pathfs.go:99 +0x4a
github.com/hanwen/go-fuse/fuse/test.TestMountOnExisting(0xc0006f6ea0)
/home/kirr/src/neo/src/github.com/hanwen/go-fuse/fuse/test/mount_test.go:43 +0x2cf
testing.tRunner(0xc0006f6ea0, 0x60e1c0)
/home/kirr/src/tools/go/go/src/testing/testing.go:1576 +0x10b
created by testing.(*T).Run
/home/kirr/src/tools/go/go/src/testing/testing.go:1629 +0x3ea
FAIL github.com/hanwen/go-fuse/fuse/test 1.309s
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment