pmem / pmemfile

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

posix: mkdirat errno fix #394

Closed GBuella closed 7 years ago

GBuella commented 7 years ago

This change is Reviewable

codecov[bot] commented 7 years ago

Codecov Report

Merging #394 into master will decrease coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #394      +/-   ##
==========================================
- Coverage    76.9%   76.86%   -0.05%     
==========================================
  Files          67       67              
  Lines        8276     8276              
  Branches     1665     1665              
==========================================
- Hits         6365     6361       -4     
- Misses       1494     1497       +3     
- Partials      417      418       +1
Flag Coverage Δ
#ltp_tests 46.44% <0%> (-0.01%) :arrow_down:
#sqlite_tests 45.14% <0%> (-0.02%) :arrow_down:
#tests_antool 14.71% <0%> (ø) :arrow_up:
#tests_posix_multi_threaded 24.98% <0%> (-0.05%) :arrow_down:
#tests_posix_single_threaded 54.21% <100%> (+0.02%) :arrow_up:
#tests_preload 44.67% <0%> (ø) :arrow_up:
Impacted Files Coverage Δ
src/libpmemfile-posix/mkdir.c 97.05% <100%> (ø) :arrow_up:
src/libpmemfile-posix/dir.c 85.01% <0%> (-0.5%) :arrow_down:
src/libpmemfile-posix/data.c 94.02% <0%> (-0.4%) :arrow_down:
src/libpmemfile-posix/inode.c 88.31% <0%> (-0.35%) :arrow_down:

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 c53da24...7a494a9. Read the comment docs.

krzycz commented 7 years ago
:lgtm:

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


Comments from Reviewable

marcinslusarz commented 7 years ago
:lgtm:

Reviewed 1 of 2 files at r1, 1 of 1 files at r2. Review status: all files reviewed at latest revision, all discussions resolved.


Comments from Reviewable