-
-
Notifications
You must be signed in to change notification settings - Fork 750
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
add pyfuse3 as an alternative lowlevel fuse implementation #5430
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5430 +/- ##
==========================================
- Coverage 83.69% 83.62% -0.08%
==========================================
Files 37 38 +1
Lines 9957 9982 +25
Branches 1656 1661 +5
==========================================
+ Hits 8334 8347 +13
- Misses 1142 1151 +9
- Partials 481 484 +3
Continue to review full report at Codecov.
|
900f2ec
to
261d042
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I would add a test where BORG_FUSE_IMPL is set to an empty variable to ensure that it crashed the way we want to avoid regressions in the future.
- The documentation needs to be updated to be indented the way we should.
- I have run all the tests and it seems to be working (fuse2 and fuse3)
FUSE implementation can be switched via env var BORG_FUSE_IMPL.
0dfa430
to
cebc5bf
Compare
Squashed the fixup, reword another commit comment. Will merge after tests complete. |
No description provided.