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

tarantool / tarantool / 20507080982
88%

Build:
DEFAULT BRANCH: master
Ran 25 Dec 2025 03:43PM UTC
Jobs 1
Files 522
Run time 3min
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

25 Dec 2025 03:13PM UTC coverage: 87.653% (+0.007%) from 87.646%
20507080982

push

github

sergepetrenko
index: encapsulate virtual functions responsible for updates in memtx

Currently, the index methods virtual table has several functions that are
only used by the memtx indexes:
* `replace`;
* `begin_build`;
* `reserve`;
* `build_next`;
* `end_build`.

Let's introduce a separate `memtx_index_vtab` structure and encapsulate
these methods as a virtual table derived from `index_vtab`. This
encapsulation will further on allow us to augment the `replace` method with
additional context for supporting multikey indexes in memtx MVCC.

Closes #11722
Needed for #6385

NO_CHANGELOG=<refactoring>
NO_DOC=<refactoring>
NO_TEST=<refactoring>

70278 of 118268 branches covered (59.42%)

55 of 61 new or added lines in 6 files covered. (90.16%)

25 existing lines in 10 files now uncovered.

105617 of 120494 relevant lines covered (87.65%)

1371133.14 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
94.89
-0.54% src/box/memtx_tree.cc

Uncovered Existing Lines

Lines Coverage ∆ File
1
97.51
0.0% src/box/memtx_tx.c
1
95.83
-0.12% src/box/replication.cc
1
94.99
-0.21% src/box/vy_read_iterator.c
1
96.55
-1.15% src/lib/core/histogram.c
2
81.38
-0.6% src/lib/core/coio.c
2
97.25
-0.1% src/lib/msgpuck/msgpuck.h
3
85.81
-0.15% src/box/xlog.c
4
81.82
-12.12% src/lua/minifio.c
5
92.39
-0.13% src/box/vinyl.c
5
88.03
-0.33% src/box/vy_run.c
Jobs
ID Job ID Ran Files Coverage
1 20507080982.1 25 Dec 2025 03:43PM UTC 522
87.65
GitHub Action Run
Source Files on build 20507080982
  • Tree
  • List 522
  • Changed 38
  • Source Changed 0
  • Coverage Changed 38
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 9d9007a8 on github
  • Prev Build on master (#20507056011)
  • Next Build on master (#20521255276)
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

© 2025 Coveralls, Inc