Ran
|
Jobs
1
|
Files
514
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
config: add error on the same instance names Tarantool couldn't start with more than one group/replicaset/instance with the same name. Applying cluster configuration with name duplicates results with failed checks during the config application and violated constraints w/o proper error message. This patch makes Tarantool throw a proper error when it has instances with the same name in different replicasets in the cluster configuration. Here is an example of such configuration: ```yaml groups: g-001: replicasets: r-001: instances: i-001: {} r-002: instances: i-001: {} ``` Closes #10347 NO_DOC=bugfix (cherry picked from commit 5d57e6508)
68591 of 121826 branches covered (56.3%)
101204 of 115959 relevant lines covered (87.28%)
2652155.12 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
85.48 |
-1.61% | src/box/lua/ctl.c |
1 |
95.15 |
-0.13% | src/box/replication.cc |
1 |
90.38 |
-1.77% | src/lib/core/trigger.cc |
1 |
97.41 |
-0.86% | src/lib/vclock/vclock.c |
1 |
95.74 |
-0.53% | src/box/vy_range.c |
2 |
84.89 |
-0.36% | src/lib/core/coio.c |
3 |
90.55 |
-0.23% | src/box/applier.cc |
4 |
95.69 |
-0.43% | src/lib/msgpuck/msgpuck.h |
4 |
91.38 |
0.43% | src/box/box.cc |
4 |
91.93 |
-0.19% | src/box/vinyl.c |
6 |
87.4 |
-0.41% | src/box/vy_run.c |
8 |
60.42 |
-3.55% | src/lib/core/fio.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 12262982371.1 | 514 |
87.28 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|