• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kubeovn / kube-ovn / 27390270577
27%

Build:
DEFAULT BRANCH: master
Ran 12 Jun 2026 02:21AM UTC
Jobs 1
Files 213
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

12 Jun 2026 02:19AM UTC coverage: 26.345% (+0.003%) from 26.342%
27390270577

push

github

web-flow
fix(ovs): delete the actual duplicate policy instead of the kept one in batch dedup (#6849)

When matchLogicalRouterPolicies finds multiple logical router policies
with the same priority, match, action and nexthops, it is supposed to
keep the first one and delete the rest. The duplicate branch wrongly
appended the kept policy's UUID instead of the current duplicate's,
so the survivor was queued for deletion while real duplicates leaked.

With 3+ identical rows the survivor UUID was queued twice, making
ovsdb-server reject the whole transaction with "set contains duplicate",
which turns into LogFatalAndExit in syncNodeRoutes and crashloops the
controller at startup before workers (and the self-healing single-add
path) can run.

Align the branch with AddLogicalRouterPolicy, and defensively dedup the
uuid list in BatchDeleteLogicalRouterPolicyByUUID so a duplicated uuid
can never poison the delete transaction.

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

3 of 3 new or added lines in 1 file covered. (100.0%)

2 existing lines in 1 file now uncovered.

15453 of 58657 relevant lines covered (26.34%)

0.31 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
61.61
-0.62% pkg/ovs/ovn-nb-bfd.go
Jobs
ID Job ID Ran Files Coverage
1 27390270577.1 12 Jun 2026 02:21AM UTC 213
26.34
GitHub Action Run
Source Files on build 27390270577
  • Tree
  • List 213
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 9949513f on github
  • Prev Build on master (#27389982525)
  • Next Build on master (#27480668670)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc