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

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

Build:
Build:
LAST BUILD BRANCH: tt_static_upd
DEFAULT BRANCH: master
Ran 18 Aug 2017 03:43PM UTC
Files 260
Run time 28s
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 02:41PM UTC coverage: 87.654% (+0.03%) from 87.626%
TARGET=coverage

push

travis-ci

rtsisyk
vinyl: do not track partial reads in tx manager

We use a binary tree for tracking reads (read_set). The tree is ordered
by (index, statement, tx). Insertion of a partial statement into the
tree may result in breaking comparison transitivity, which is mandated
by the tree implementation. However, for range requests we insert the
search key into the read set, which may be partial. This may result in a
crash in the read_set.

Tracking the search key doesn't make much sense anyway: it doesn't bring
us any closer to range request tracking, only obscures the semantics of
select. So let's track only statements actually returned by the iterator
plus gaps found by point requests.

Closes #2675

32310 of 36861 relevant lines covered (87.65%)

1212975.69 hits per line

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