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

tarantool / tarantool / 10528418550
87%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fix-test-dir-for-gitlab-ci
DEFAULT BRANCH: master
Ran 23 Aug 2024 03:46PM UTC
Jobs 1
Files 513
Run time 2min
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

23 Aug 2024 03:36PM UTC coverage: 87.157% (+0.02%) from 87.135%
10528418550

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

(cherry picked from commit 0dca0076c)

67674 of 120070 branches covered (56.36%)

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

24 existing lines in 13 files now uncovered.

100344 of 115130 relevant lines covered (87.16%)

2459907.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10528418550.1 23 Aug 2024 03:46PM UTC 0
87.16
GitHub Action Run
Source Files on build 10528418550
Detailed source file information is not available for this build.
  • Back to Repo
  • 774b84d7 on github
  • Prev Build on release/3.1 (#10524770772)
  • Next Build on release/3.1 (#10554939693)
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