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

tarantool / tarantool / 9141
91%
master: 88%

Build:
Build:
LAST BUILD BRANCH: luatest-bump
DEFAULT BRANCH: master
Ran 18 Aug 2017 03:43PM UTC
Jobs 1
Files 260
Run time 31s
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
9141

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

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