We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This makes tests using fstestutil.GetMountInfo racy.
fstestutil.GetMountInfo
$ 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.
The text was updated successfully, but these errors were encountered:
Workaround in place: 7084418
Sorry, something went wrong.
No branches or pull requests
This makes tests using
fstestutil.GetMountInfo
racy.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.
The text was updated successfully, but these errors were encountered: