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

tarantool / tarantool / 9143 / 4
91%
master: 88%

Build:
Build:
LAST BUILD BRANCH: tt_static_upd
DEFAULT BRANCH: master
Ran 18 Aug 2017 04:20PM UTC
Files 260
Run time 26s
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

18 Aug 2017 03:22PM UTC coverage: 87.68% (+0.03%) from 87.654%
TARGET=coverage

push

travis-ci

rtsisyk
vinyl: fix a bug in adding of a cache chain

The bug happens when some TX deletes a statement (writes it to
its own write set) and then reads a range of tuples containing
that deleted statement. DELETE must not come to select result
(in this and only transaction before it is committed) and
just are skipped by read iterator. After such a skipping and
getting next true (non-DELETE) statement the iterator considers
that there is no data between the previous statement and the
current, and add them to the cache as a chain. This is wrong
because the data could be hidden by DELETE statement.

Track such jumps over TXW DELETE statements in read iterator and
do not add statements as a chain in this case.

32326 of 36868 relevant lines covered (87.68%)

1181678.16 hits per line

Source Files on job 9143.4 (TARGET=coverage)
  • Tree
  • List 0
  • Changed 206
  • Source Changed 1
  • Coverage Changed 206
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 9143
  • Travis Job 9143.4
  • dd926790 on github
  • Prev Job for TARGET=coverage on 1.7 (#9141.4)
  • Next Job for TARGET=coverage on 1.7 (#9154.4)
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