pmem / pmemfile

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

antool: replace "--max_packets" with "--max-packets" #390

Closed ldorau closed 7 years ago

ldorau commented 7 years ago

This change is Reviewable

krzycz commented 7 years ago
:lgtm:

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


Comments from Reviewable

codecov[bot] commented 7 years ago

Codecov Report

Merging #390 into master will decrease coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #390      +/-   ##
==========================================
- Coverage   76.87%   76.86%   -0.02%     
==========================================
  Files          67       67              
  Lines        8276     8276              
  Branches     1665     1665              
==========================================
- Hits         6362     6361       -1     
- Misses       1495     1498       +3     
+ Partials      419      417       -2
Flag Coverage Δ
#ltp_tests 46.4% <ø> (-0.04%) :arrow_down:
#sqlite_tests 45.17% <ø> (ø) :arrow_up:
#tests_antool 14.71% <100%> (ø) :arrow_up:
#tests_posix_multi_threaded 24.99% <ø> (-0.06%) :arrow_down:
#tests_posix_single_threaded 54.21% <ø> (ø) :arrow_up:
#tests_preload 44.66% <ø> (-0.01%) :arrow_down:
Impacted Files Coverage Δ
src/tools/antool/antool.py 100% <100%> (ø) :arrow_up:
src/libpmemfile-posix/fcntl.c 66.03% <0%> (-3.78%) :arrow_down:
src/libpmemfile-posix/utils.c 70% <0%> (-1.67%) :arrow_down:
src/libpmemfile-posix/data.c 94.02% <0%> (-0.4%) :arrow_down:
src/libpmemfile-posix/inode.c 88.65% <0%> (+0.34%) :arrow_up:
src/libpmemfile-posix/dir.c 85.5% <0%> (+0.49%) :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 af46c7f...e5d2cd9. Read the comment docs.

marcinslusarz commented 7 years ago
:lgtm:

Reviewed 1 of 1 files at r1. Review status: :shipit: all files reviewed at latest revision, all discussions resolved, all commit checks successful.


Comments from Reviewable