pmem / pmemfile

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

external_tests: rerun new failing tests with logging enabled #416

Closed marcinslusarz closed 7 years ago

marcinslusarz commented 7 years ago

Example:

New test failures introduced in this execution:
rename08
rmdir05

Rerunning test rename08:
rename08    1  TBROK  :  /home/user/ltp/lib/tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 3135).
rename08    2  TBROK  :  /home/user/ltp/lib/tst_sig.c:233: Remaining cases broken
rename08    0  TWARN  :  /home/user/ltp/lib/tst_tmpdir.c:337: tst_rmdir: rmobj(/home/user/testdir/mountpoint/renzDHAom) failed: unlink(/home/user/testdir/mountpoint/renzDHAom) failed; errno=2: ENOENT

End out output for rename08

Rerunning test rmdir05:
rmdir05     1  TPASS  :  rmdir(".") failed to remove the current working directory. Returned 22 : Invalid argument
rmdir05     2  TCONF  :  /home/user/ltp/testcases/kernel/syscalls/rmdir/rmdir05.c:112: rmdir on "dir/." supported on Linux
rmdir05     3  TCONF  :  /home/user/ltp/testcases/kernel/syscalls/rmdir/rmdir05.c:115: linked directories test not implemented on Linux
rmdir05     4  TBROK  :  /home/user/ltp/lib/tst_sig.c:233: unexpected signal SIGSEGV(11) received (pid = 3136).
rmdir05     5  TBROK  :  /home/user/ltp/lib/tst_sig.c:233: Remaining cases broken
rmdir05     0  TWARN  :  /home/user/ltp/lib/tst_tmpdir.c:337: tst_rmdir: rmobj(/home/user/testdir/mountpoint/rmdWyvgJE) failed: unlink(/home/user/testdir/mountpoint/rmdWyvgJE) failed; errno=2: ENOENT

End out output for rmdir05

This change is Reviewable

codecov[bot] commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #416      +/-   ##
========================================
- Coverage   77.05%    77%   -0.05%     
========================================
  Files          67     67              
  Lines        8536   8536              
  Branches     1708   1708              
========================================
- Hits         6577   6573       -4     
- Misses       1534   1536       +2     
- Partials      425    427       +2
Flag Coverage Δ
#ltp_tests 46.69% <ø> (-0.03%) :arrow_down:
#sqlite_tests 46.22% <ø> (-0.01%) :arrow_down:
#tests_antool 14.89% <ø> (ø) :arrow_up:
#tests_posix_multi_threaded 26.09% <ø> (+0.03%) :arrow_up:
#tests_posix_single_threaded 54.65% <ø> (ø) :arrow_up:
#tests_preload 45.41% <ø> (+0.04%) :arrow_up:
Impacted Files Coverage Δ
src/libpmemfile-posix/fcntl.c 46.91% <0%> (-2.47%) :arrow_down:
src/libpmemfile-posix/dir.c 85.04% <0%> (-0.74%) :arrow_down:
src/libpmemfile-posix/file.c 75.13% <0%> (+0.27%) :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 848f125...f2f065e. Read the comment docs.

krzycz commented 7 years ago

funeral banquet canceled - development continued ;-)

krzycz commented 7 years ago

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


Comments from Reviewable

sarahjelinek commented 7 years ago
:lgtm:

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


Comments from Reviewable