pmem / pmemfile

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

antool: print error when pthread_create/join fails #400

Closed ldorau closed 7 years ago

ldorau commented 7 years ago

This change is Reviewable

marcinslusarz 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 #400 into master will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #400      +/-   ##
==========================================
- Coverage   77.02%   76.99%   -0.03%     
==========================================
  Files          67       67              
  Lines        8330     8330              
  Branches     1678     1678              
==========================================
- Hits         6416     6414       -2     
  Misses       1496     1496              
- Partials      418      420       +2
Flag Coverage Δ
#ltp_tests 46.42% <ø> (-0.04%) :arrow_down:
#sqlite_tests 45.07% <ø> (-0.08%) :arrow_down:
#tests_antool 15.24% <ø> (ø) :arrow_up:
#tests_posix_multi_threaded 25.06% <ø> (ø) :arrow_up:
#tests_posix_single_threaded 54.21% <ø> (ø) :arrow_up:
#tests_preload 44.7% <ø> (+0.02%) :arrow_up:
Impacted Files Coverage Δ
src/libpmemfile-posix/data.c 94.02% <0%> (-0.8%) :arrow_down:
src/libpmemfile-posix/rename.c 90.87% <0%> (-0.4%) :arrow_down:
src/libpmemfile-posix/inode.c 88.31% <0%> (-0.35%) :arrow_down:
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 af1a8ce...1586f7f. Read the comment docs.

codecov[bot] commented 7 years ago

Codecov Report

Merging #400 into master will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #400      +/-   ##
==========================================
- Coverage   77.02%   76.99%   -0.03%     
==========================================
  Files          67       67              
  Lines        8330     8330              
  Branches     1678     1678              
==========================================
- Hits         6416     6414       -2     
  Misses       1496     1496              
- Partials      418      420       +2
Flag Coverage Δ
#ltp_tests 46.42% <ø> (-0.04%) :arrow_down:
#sqlite_tests 45.07% <ø> (-0.08%) :arrow_down:
#tests_antool 15.24% <ø> (ø) :arrow_up:
#tests_posix_multi_threaded 25.06% <ø> (ø) :arrow_up:
#tests_posix_single_threaded 54.21% <ø> (ø) :arrow_up:
#tests_preload 44.7% <ø> (+0.02%) :arrow_up:
Impacted Files Coverage Δ
src/libpmemfile-posix/data.c 94.02% <0%> (-0.8%) :arrow_down:
src/libpmemfile-posix/rename.c 90.87% <0%> (-0.4%) :arrow_down:
src/libpmemfile-posix/inode.c 88.31% <0%> (-0.35%) :arrow_down:
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 af1a8ce...1586f7f. Read the comment docs.

krzycz commented 7 years ago

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

sarahjelinek 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