|
Ran
|
Jobs
1
|
Files
204
|
Run time
1min
|
Badge
README BADGES
|
push
github
fix: prevent subnet status update loop in patchSubnetStatus (#7058) The Validated condition in patchSubnetStatus was being updated on every call regardless of the reason, causing the condition's reason to oscillate between ValidateLogicalSwitchSuccess and ResetLogicalSwitchAclSuccess on each handler execution. Fix: Only update the Validated condition when the reason is ValidateLogicalSwitchSuccess or ValidateLogicalSwitchFailed. Other reasons should not overwrite the Validated condition. Signed-off-by: xieyanker <xjsisnice@gmail.com> (cherry picked from commit 13b9f2f8b)
1 of 8 new or added lines in 1 file covered. (12.5%)
4 existing lines in 2 files now uncovered.13740 of 55307 relevant lines covered (24.84%)
0.29 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 7 |
4.39 |
-1.27% | pkg/controller/subnet_status.go |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 2 |
4.39 |
-1.27% | pkg/controller/subnet_status.go |
| 2 |
75.13 |
-0.52% | pkg/ovs/ovn-nb-logical_router_route.go |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 29907748796.1 | 204 |
24.84 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|