|
Ran
|
Jobs
1
|
Files
209
|
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)
2 of 8 new or added lines in 1 file covered. (25.0%)
1 existing line in 1 file now uncovered.14764 of 57168 relevant lines covered (25.83%)
0.3 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 6 |
5.24 |
-0.82% | pkg/controller/subnet_status.go |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
5.24 |
-0.82% | pkg/controller/subnet_status.go |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 29907652418.1 | 209 |
25.83 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|