Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fuse.Conn.Ready closes before mount is visible in /proc/mounts #228

Open
tv42 opened this issue Dec 20, 2019 · 1 comment
Open

fuse.Conn.Ready closes before mount is visible in /proc/mounts #228

tv42 opened this issue Dec 20, 2019 · 1 comment
Labels
external Likely source of the bug is not us, e.g. kernel behavior platform:linux prio:low type:bug

Comments

@tv42
Copy link
Member

tv42 commented Dec 20, 2019

This makes tests using fstestutil.GetMountInfo racy.

$ go test ./... -test.count=100
...
--- FAIL: TestMountOptionFSNameEvilTab (0.00s)
    options_test.go:75: mount not found

I haven't yet verified whether there's some sort of a delay mechanism in kernel (either fuse or proc), or if we got Ready semantics wrong.

@tv42
Copy link
Member Author

tv42 commented Dec 21, 2019

Workaround in place: 7084418

@tv42 tv42 added the prio:low label Dec 21, 2019
@tv42 tv42 added the external Likely source of the bug is not us, e.g. kernel behavior label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Likely source of the bug is not us, e.g. kernel behavior platform:linux prio:low type:bug
Projects
None yet
Development

No branches or pull requests

1 participant