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

tarantool / tarantool / 8325413406
88%

Build:
DEFAULT BRANCH: master
Ran 18 Mar 2024 11:15AM UTC
Jobs 1
Files 513
Run time 1min
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

18 Mar 2024 11:00AM UTC coverage: 86.993%. Remained the same
8325413406

push

github

Totktonada
config: introduce labels to schema

Closes #9809

@TarantoolBot document
Title: New labels in config schema

The new labels are basically maps with string keys and values,
that are merged down to instance level. It means that if a replicaset
and an instance inside it have label with same key and different
value, the actual value is the one instance provided, e.g.

```yaml
groups:
  group-001:
    replicasets:
      replicaset-001:
        labels:
          foo: 'true'
          bar: 'true'
        instances:
          instance-001:
            labels:
              baz: 'true'
              foo: 'false'
```

Results in:

```
./instance-001.iproto> require('config'):get('labels')
---
- baz: 'true'
  foo: 'false'
  bar: 'true'
...
```

67089 of 119507 branches covered (56.14%)

99624 of 114520 relevant lines covered (86.99%)

2668777.7 hits per line

Jobs
ID Job ID Ran Files Coverage
1 8325413406.1 18 Mar 2024 11:15AM UTC 0
86.99
GitHub Action Run
Source Files on build 8325413406
Detailed source file information is not available for this build.
  • Back to Repo
  • 6d46a04c on github
  • Prev Build on master (#8325107420)
  • Next Build on master (#8325102689)
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