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

tarantool / tarantool / 13052836105
88%

Build:
DEFAULT BRANCH: master
Ran 30 Jan 2025 01:13PM 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

30 Jan 2025 12:57PM UTC coverage: 87.349% (-0.02%) from 87.367%
13052836105

push

github

locker
box.sequence: sequence_data recovery after reset

There are two sources of sequence state in tarantool: `_sequence_data`
table and its light version used in `box/sequence.c` which is stored
in a hashmap. The reason for this decision was lack of cross-engine
transactions. The first is used in lua API, the second -- internally
to process memtx index updates. Now lua `reset()` call is always replayed
during the final recovery on one hand and we don't rely on the spaces
(other than system ones) content during the initial recovery since the
latest hasmap state is stored into the snapshot directly on the other
hand.

Fixes #9871
NO_DOC=bugfix

69665 of 123220 branches covered (56.54%)

18 of 24 new or added lines in 2 files covered. (75.0%)

49 existing lines in 15 files now uncovered.

102647 of 117513 relevant lines covered (87.35%)

2416805.34 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
90.72
-0.65% src/box/box.cc

Uncovered Existing Lines

Lines Coverage ∆ File
1
94.55
-0.21% src/box/vy_read_iterator.c
1
90.38
-1.92% src/lib/core/trigger.cc
1
90.7
-0.07% src/box/applier.cc
1
80.0
-2.05% src/lib/core/clock.c
1
96.28
-0.53% src/box/vy_range.c
2
89.24
-0.1% src/box/xrow.c
2
84.23
-0.19% src/box/xlog.c
2
87.41
-0.08% src/box/vy_run.c
2
90.66
-0.19% src/box/memtx_engine.cc
2
85.71
-9.52% src/lib/core/tt_sigaction.c
3
90.93
-0.31% src/box/vy_scheduler.c
3
92.19
-0.09% src/box/vinyl.c
3
91.59
-0.59% src/box/gc.c
9
88.14
-7.63% src/box/vy_regulator.c
16
90.72
-0.65% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 13052836105.1 30 Jan 2025 01:13PM UTC 518
87.35
GitHub Action Run
Source Files on build 13052836105
  • Tree
  • List 518
  • Changed 434
  • Source Changed 0
  • Coverage Changed 29
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 88fc5c10 on github
  • Prev Build on master (#13007275894)
  • Next Build on master (#13064888934)
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