pmem / pmemfile

Userspace implementation of file APIs using persistent memory.
Other
34 stars 21 forks source link

fuse: bug fixes #438

Closed mslusarz closed 6 years ago

mslusarz commented 6 years ago

Part of #437 that passes tests.


This change is Reviewable

codecov[bot] commented 6 years ago

Codecov Report

Merging #438 into master will decrease coverage by 0.51%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #438      +/-   ##
==========================================
- Coverage    79.4%   78.88%   -0.52%     
==========================================
  Files          71       71              
  Lines        8749     8809      +60     
  Branches     1769     1774       +5     
==========================================
+ Hits         6947     6949       +2     
- Misses       1352     1412      +60     
+ Partials      450      448       -2
Flag Coverage Δ
#ltp_tests 45.74% <ø> (ø) :arrow_up:
#sqlite_tests 45.67% <ø> (ø) :arrow_up:
#tests_antool 15.06% <0%> (-0.11%) :arrow_down:
#tests_posix_multi_threaded 25.35% <0%> (-0.1%) :arrow_down:
#tests_posix_single_threaded 57% <0%> (-0.47%) :arrow_down:
#tests_preload 44.74% <0%> (-0.3%) :arrow_down:
Impacted Files Coverage Δ
src/pmemfile-fuse/main.c 0% <0%> (ø) :arrow_up:
src/libpmemfile-posix/rename.c 90.68% <0%> (-0.41%) :arrow_down:
src/libpmemfile-posix/dir.c 90.44% <0%> (+0.24%) :arrow_up:
src/libpmemfile-posix/inode.c 89.07% <0%> (+0.33%) :arrow_up:
src/libpmemfile-posix/data.c 94.88% <0%> (+0.39%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8856a63...fd1280b. Read the comment docs.

krzycz commented 6 years ago

Reviewed 2 of 2 files at r1. Review status: all files reviewed at latest revision, all discussions resolved, some commit checks failed.


Comments from Reviewable