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

tarantool / tarantool / 9143
91%
master: 88%

Build:
Build:
LAST BUILD BRANCH: tntp-5924-b1
DEFAULT BRANCH: master
Ran 18 Aug 2017 04:20PM UTC
Jobs 1
Files 260
Run time 29s
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
9143

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

Jobs
ID Job ID Ran Files Coverage
4 9143.4 (TARGET=coverage) 18 Aug 2017 04:20PM UTC 0
87.68
Travis Job 9143.4
Source Files on build 9143
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #9143
  • dd926790 on github
  • Prev Build on 1.7 (#9141)
  • Next Build on 1.7 (#9154)
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