pmem / pmemfile

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

antool: log original path #367

Closed ldorau closed 7 years ago

ldorau commented 7 years ago

... and not the resolved OS-dependent one.


This change is Reviewable

codecov[bot] commented 7 years ago

Codecov Report

Merging #367 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #367      +/-   ##
==========================================
+ Coverage   76.94%   76.96%   +0.01%     
==========================================
  Files          67       67              
  Lines        8228     8226       -2     
  Branches     1649     1649              
==========================================
  Hits         6331     6331              
  Misses       1488     1488              
+ Partials      409      407       -2
Flag Coverage Δ
#ltp_tests 46.57% <ø> (+0.01%) :arrow_up:
#sqlite_tests 45.34% <ø> (+0.01%) :arrow_up:
#tests_antool 14.75% <100%> (-0.03%) :arrow_down:
#tests_posix_multi_threaded 25.64% <ø> (ø) :arrow_up:
#tests_posix_single_threaded 54.23% <ø> (-0.03%) :arrow_down:
#tests_preload 45.31% <ø> (+0.44%) :arrow_up:
Impacted Files Coverage Δ
src/tools/antool/listsyscalls.py 99.43% <100%> (-0.01%) :arrow_down:
src/libpmemfile-posix/dir.c 85.25% <0%> (+0.24%) :arrow_up:
src/libpmemfile-posix/inode.c 88.65% <0%> (+0.34%) :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 ad333ec...7458665. Read the comment docs.