• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 9417
91%
master: 88%

Build:
Build:
LAST BUILD BRANCH: gh-10737
DEFAULT BRANCH: master
Ran 11 Sep 2017 04:11PM UTC
Jobs 1
Files 271
Run time 34s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
9417

push

travis-ci

rtsisyk
vinyl: fix read iterator restoration to a newer version of the same key

After the read iterator selects the minimal key across all available
sources, it checks mutable sources for new statements using ->restore()
callback. If there is a new statement in a source, it uses it as the min
key provided it is *strictly* less than the current min key. If they are
equal, the min key isn't changed, but this is wrong, because the new
statement may be newer than the statement selected previously. If we
don't select it, we might end up with stale data in the cache. Fix this.

3 of 3 new or added lines in 1 file covered. (100.0%)

32547 of 37080 relevant lines covered (87.78%)

1112184.03 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
100.0
src/box/vy_read_iterator.c

Coverage Regressions

Lines Coverage ∆ File
83
100.0
src/box/vy_run.c
46
100.0
src/box/vy_read_iterator.c
5
100.0
src/box/vy_tx.c
4
100.0
src/box/vy_mem.c
4
100.0
src/box/vy_point_iterator.c
3
100.0
src/box/vy_cache.c
2
100.0
src/box/xlog.c
2
100.0
src/lib/small/small/slab_cache.c
1
100.0
src/box/lua/error.cc
1
100.0
src/box/txn.cc
1
100.0
src/box/xrow.c
1
100.0
src/coio.cc
Jobs
ID Job ID Ran Files Coverage
4 9417.4 (TARGET=coverage) 11 Sep 2017 04:11PM UTC 0
87.78
Travis Job 9417.4
Source Files on build 9417
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9417
  • 61ffe793 on github
  • Prev Build on 1.7 (#9403)
  • Next Build on 1.7 (#9419)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc