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

tarantool / tarantool / 15731194682
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: Godrik0/gh-11759-fail_if-config-check
DEFAULT BRANCH: master
Ran 18 Jun 2025 11:24AM UTC
Jobs 1
Files 518
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

18 Jun 2025 11:08AM UTC coverage: 87.508%. First build
15731194682

push

github

sergepetrenko
memtx: record getting the index size in the MVCC

Currently getting the index size (aka calling the index.len() method)
is not recorded in the MVCC. This has a side effect that if the size
if an index is changed after the transaction first inspected it, it's
not conflicted and may continue performing writing operations on the
space. That's a problem since in this case the transaction can perform
a set of operations assuming that at the time it commits the size of
the index is the same as been checked, which may not be true.

Let's fix this by informing the MVCC system about the index size check
performed by a transaction.

Closes #10149

NO_DOC=bugfix

(cherry picked from commit 04a54ab64)

70431 of 124167 branches covered (56.72%)

4 of 4 new or added lines in 4 files covered. (100.0%)

103592 of 118380 relevant lines covered (87.51%)

2765013.03 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15731194682.1 18 Jun 2025 11:24AM UTC 518
87.51
GitHub Action Run
Source Files on build 15731194682
  • Tree
  • List 518
  • Changed 30
  • Source Changed 0
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • aa6b338b on github
  • Prev Build on release/3.4 (#15390442403)
  • Next Build on release/3.4 (#15923195672)
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