Ran
|
Jobs
1
|
Files
518
|
Run time
2min
|
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)
69630 of 123488 branches covered (56.39%)
102616 of 117450 relevant lines covered (87.37%)
3231123.19 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
84.43 |
0.19% | src/box/xlog.c |
1 |
93.66 |
-0.14% | src/box/txn_limbo.c |
1 |
97.41 |
-0.86% | src/lib/vclock/vclock.c |
1 |
73.05 |
-0.25% | src/main.cc |
1 |
95.74 |
1.06% | src/box/vy_range.c |
1 |
91.68 |
-0.11% | src/lib/swim/swim.c |
1 |
88.83 |
-0.16% | src/box/vy_lsm.c |
2 |
94.64 |
0.37% | src/box/xrow_update_field.c |
2 |
96.12 |
0.22% | src/lib/msgpuck/msgpuck.h |
2 |
87.6 |
0.0% | src/box/vy_run.c |
2 |
93.11 |
0.18% | src/lib/core/fiber.c |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 12262979696.1 | 518 |
87.37 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|