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

tarantool / tarantool / 28864950481
88%

Build:
DEFAULT BRANCH: master
Ran 07 Jul 2026 12:24PM UTC
Jobs 1
Files 525
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

07 Jul 2026 12:08PM UTC coverage: 87.71% (-0.03%) from 87.737%
28864950481

push

github

sergepetrenko
config: add recovery-point-manager role

Add the built-in roles.recovery-point-manager role -- the declarative
front end for the recovery point manager. For every configured manager
it resolves the effective backend and options and drives the manager API
(box.backup.recovery_point.manager_create/:cfg/manager_drop). The role
never builds or holds a backend instance: the manager owns it; the role
only reads each backend module's config.validate.

The configuration is split between two scopes. The global (role) scope
holds defaults inherited by every manager: backend (the default backend
type), backends_cfg (a map keyed by backend type -> that backend's
config), create.by.interval and create.timeout. The manager scope
(managers, a map keyed by a user-chosen name) overrides them per manager
and adds a single backend_cfg -- the direct config of that manager's
backend type, which deep-merges onto the global backends_cfg[<type>]
(manager wins). Omitting managers yields a single default manager; an
explicit empty map yields none.

On reconfiguration the role reconciles the set of managers -- creating
new ones, dropping the disappeared and forwarding the effective config
to the rest via manager:cfg(), which keeps the scheduling fiber and
rebuilds the backend instance only when the backend changes. Each
manager gets its own config alerts namespace, so its failure alerts
surface in config:info().alerts.

Closes #12865

@TarantoolBot document
Title: recovery-point-manager role

The built-in roles.recovery-point-manager role periodically creates
recovery points (see box.backup.recovery_point.create()) across a
cluster from the declarative configuration. Enable it via `roles` and
configure it under `roles_cfg`.

Role-level options (defaults inherited by every manager):

 * `backend` (string) -- the default backend type. Resolved to the
   module roles.recovery-point-manager.backends.<backend>.
 * `backends_cfg` (map) -- per-backend-type config, keyed by the backend... (continued)

71069 of 119414 branches covered (59.51%)

106642 of 121585 relevant lines covered (87.71%)

1364037.31 hits per line

Coverage Regressions

Lines Coverage ∆ File
14
92.58
-2.04% src/box/memtx_space.c
11
96.54
0.04% src/box/lua/init.c
6
78.17
-1.52% src/main.cc
4
93.62
-2.13% src/box/vy_range.c
3
89.94
-0.22% src/box/applier.cc
3
87.94
-0.19% src/box/vy_run.c
3
22.66
-0.04% src/lib/uri/uri_parser.c
2
91.2
-0.06% src/box/box.cc
2
87.88
-0.47% src/box/vy_stmt.c
2
89.89
0.0% src/box/xrow.c
2
82.22
-4.44% src/lib/core/latch.h
2
86.9
-0.29% src/lib/core/say.c
2
95.45
-4.55% src/lib/json/json.h
2
97.56
0.2% src/lib/msgpuck/msgpuck.h
1
95.01
-0.21% src/box/vy_read_iterator.c
1
92.3
0.2% src/box/vy_scheduler.c
1
85.77
-0.11% src/box/xlog.c
1
93.85
-0.12% src/lib/core/fiber.c
1
91.68
-0.11% src/lib/swim/swim.c
1
98.23
-0.88% src/lib/vclock/vclock.c
Jobs
ID Job ID Ran Files Coverage
1 28864950481.1 07 Jul 2026 12:24PM UTC 525
87.71
GitHub Action Run
Source Files on build 28864950481
  • Tree
  • List 525
  • Changed 28
  • Source Changed 0
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 9398bba1 on github
  • Prev Build on master (#28852866344)
  • Next Build on master (#28865409251)
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