|
Ran
|
Jobs
1
|
Files
202
|
Run time
1min
|
Badge
README BADGES
|
push
github
fix(controller): populate v6ip from cached EIP in handleAddVpcExternalSubnet (#6799) When the OvnEip already exists (controller restart/requeue), the else branch only read V4Ip and MacAddress but not V6Ip. This caused GetIPAddrWithMask to fail with 'ip should be dualstack' when the external subnet is dualstack, as it received only the v4 address against a dualstack CIDR. Signed-off-by: rohan-kluisz <Rohan.Meshram@Kluisz.ai> (cherry picked from commit 8bd070c1c)
0 of 4 new or added lines in 1 file covered. (0.0%)
2 existing lines in 1 file now uncovered.13270 of 54868 relevant lines covered (24.19%)
0.28 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 4 |
20.81 |
-0.02% | pkg/controller/vpc.go |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
74.6 |
-0.53% | pkg/ovs/ovn-nb-logical_router_route.go |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 26729668873.1 | 202 |
24.19 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|