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

tarantool / tarantool / 10510546701
88%

Build:
DEFAULT BRANCH: master
Ran 22 Aug 2024 03:05PM UTC
Jobs 1
Files 514
Run time 4min
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

22 Aug 2024 02:56PM UTC coverage: 87.199% (-0.01%) from 87.212%
10510546701

push

github

sergepetrenko
memtx: do not pass pagination key to MVCC

Currently, when starting an iterator in memtx tree on a range request,
we pass key from `start_data` to memtx MVCC. The problem is `start_data`
can contain pagination key that is extracted with `cmp_def`, but MVCC
performs all comparisons with `key_def`. Fortunately, first parts of
`cmp_def` is actually `key_def` of the index, so let's crop `start_data`
by passing `part_count` not greater than `key_def->part_count` to MVCC.

Closes #10448

NO_DOC=bugfix

68306 of 121567 branches covered (56.19%)

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

41 existing lines in 14 files now uncovered.

100951 of 115771 relevant lines covered (87.2%)

2498573.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10510546701.1 22 Aug 2024 03:05PM UTC 0
87.2
GitHub Action Run
Source Files on build 10510546701
Detailed source file information is not available for this build.
  • Back to Repo
  • 0dca0076 on github
  • Prev Build on master (#10489956771)
  • Next Build on master (#10510807663)
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