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

tarantool / tarantool / 20507080982 / 1
88%
master: 88%

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

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%)

105617 of 120494 relevant lines covered (87.65%)

1371133.14 hits per line

Source Files on job 20507080982.1
  • 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 Build 20507080982
  • 9d9007a8 on github
  • Prev Job for on master (#20507056011.1)
  • Next Job for on master (#20521255276.1)
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