pmem / pmemfile

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

Update the list of failing SQLite short tests. #356

Closed marcinslusarz closed 7 years ago

marcinslusarz commented 7 years ago

Fixed by #354.

There is a bug in run-build-sqlite.sh which does not fail the build when the list of failed tests changes. It's going to be fixed in #324. For now just update this list.


This change is Reviewable

codecov[bot] commented 7 years ago

Codecov Report

Merging #356 into master will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #356      +/-   ##
==========================================
+ Coverage   75.04%   75.08%   +0.03%     
==========================================
  Files          64       64              
  Lines        7922     7922              
  Branches     1589     1589              
==========================================
+ Hits         5945     5948       +3     
+ Misses       1479     1477       -2     
+ Partials      498      497       -1
Flag Coverage Δ
#sqlite_tests 45.53% <ø> (ø) :arrow_up:
#tests_antool 12.54% <ø> (ø) :arrow_up:
#tests_posix_multi_threaded 26.03% <ø> (+0.02%) :arrow_up:
#tests_posix_single_threaded 55.99% <ø> (+0.02%) :arrow_up:
#tests_preload 46.15% <ø> (+0.03%) :arrow_up:
Impacted Files Coverage Δ
src/libpmemfile-posix/rename.c 92% <0%> (+0.4%) :arrow_up:
src/libpmemfile/path_resolve.c 89.28% <0%> (+1.19%) :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 16679fb...c1dda54. Read the comment docs.

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