Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go-fuse
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go-fuse
Commits
6746d704
Commit
6746d704
authored
Jun 14, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
43d5f40d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
0 deletions
+43
-0
BUGS
BUGS
+43
-0
No files found.
BUGS
0 → 100644
View file @
6746d704
--- 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment