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

tarantool / tarantool / 13052861724
88%
master: 88%

Build:
Build:
LAST BUILD BRANCH: fix-test-dir-for-gitlab-ci
DEFAULT BRANCH: master
Ran 30 Jan 2025 01:54PM 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.37% (-0.006%) from 87.376%
13052861724

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

(cherry picked from commit 88fc5c100)

69705 of 123578 branches covered (56.41%)

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

23 existing lines in 12 files now uncovered.

102668 of 117509 relevant lines covered (87.37%)

2402463.71 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
91.35
-0.2% src/box/box.cc

Uncovered Existing Lines

Lines Coverage ∆ File
1
87.5
-1.79% src/box/xlog.h
1
90.38
-1.92% src/lib/core/trigger.cc
1
95.36
-0.31% src/box/raft.c
1
96.15
-0.05% src/lib/salad/bps_tree.h
1
92.24
-0.05% src/box/vinyl.c
1
91.68
-0.11% src/lib/swim/swim.c
2
84.53
-0.72% src/lib/core/coio.c
2
84.62
-0.33% src/lib/core/say.c
2
87.48
-0.14% src/box/vy_run.c
3
22.64
-0.06% src/lib/uri/uri_parser.c
4
81.82
-12.12% src/lua/minifio.c
4
91.35
-0.2% src/box/box.cc
Jobs
ID Job ID Ran Files Coverage
1 13052861724.1 30 Jan 2025 01:54PM UTC 518
87.37
GitHub Action Run
Source Files on build 13052861724
  • Tree
  • List 518
  • Changed 433
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 55063b7a on github
  • Prev Build on release/3.3 (#13014465583)
  • Next Build on release/3.3 (#13064889674)
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