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

tarantool / tarantool / 5210025153
88%

Build:
DEFAULT BRANCH: master
Ran 08 Jun 2023 10:29AM UTC
Jobs 1
Files 486
Run time 18s
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

08 Jun 2023 10:29AM UTC coverage: 85.777% (-0.03%) from 85.81%
5210025153

push

github

sergepetrenko
replication: allow to pass instance name as bootstrap_leader

Make it possible to specify the bootstrap leader via an instance name in
addition to its URI and UUID.

While I'm at it, change the argument order of box_check_node_name() to
comply with box_check_uuid/uri/uri_set().

Closes #8539

@TarantoolBot document
Title: `box.cfg.bootstrap_leader` accepts instance names now

The option `box.cfg.bootstrap_leader`, which specifies the desired
bootstrap leader when bootstrap_strategy is "config" now accepts
instance names.

For example, this is a valid config without replication:
```lua
box.cfg{
    instance_name = 'main-server',
    bootstrap_strategy = 'config',
    bootstrap_leader = 'main-server'
}
```

When `box.cfg` contains some entries in `replication`, the node will
bootstrap from the node which has the instance name specified in
`box.cfg.bootstrap_leader`.

This is an addition to tarantool/doc#3432

62969 of 115410 branches covered (54.56%)

19 of 19 new or added lines in 2 files covered. (100.0%)

94519 of 110191 relevant lines covered (85.78%)

2819503.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5210025153.1 08 Jun 2023 10:29AM UTC 0
85.78
GitHub Action Run
Source Files on build 5210025153
Detailed source file information is not available for this build.
  • Back to Repo
  • 8ceef02b on github
  • Prev Build on master (#5209086929)
  • Next Build on master (#5210620757)
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