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

[FEATURE] Add testing for FUSE file operations #1484

Open
sondavidb opened this issue Mar 13, 2025 · 0 comments
Open

[FEATURE] Add testing for FUSE file operations #1484

sondavidb opened this issue Mar 13, 2025 · 0 comments
Labels
feature New feature or request

Comments

@sondavidb
Copy link
Contributor

Description

In #1482, we fixed a bug where an update in go-fuse broke specific syscalls for seeking a directory. Most workflows seemed unaffected, but specific use cases would not be able to find specific files, even if they were present on disk.

We should add unit/integration testing to make sure that our FUSE file operations behave as expected, and possibly add some logs, as the failed FUSE operations were not able to be caught, even with trace logs.

Describe the solution you'd like

Unit/integration tests to ensure FUSE syscalls work as expected, and double-checking our FUSE logging to make sure we catch errors.

Describe any alternative solutions/features you've considered

If testing is considered not feasible for whatever reason, the logs should be checked to ensure errors are outputted properly.

Any additional context or information about the feature request

No response

@sondavidb sondavidb added the feature New feature or request label Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant