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

kubeovn / kube-ovn / 29299893993
28%

Build:
DEFAULT BRANCH: master
Ran 14 Jul 2026 02:01AM UTC
Jobs 1
Files 219
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

14 Jul 2026 01:58AM UTC coverage: 27.746% (+0.3%) from 27.481%
29299893993

push

github

web-flow
perf(controller): skip irrelevant service and endpointslice updates (#7037)

enqueueUpdateService only checked EnableLb and the resource version, so
any update bumping the resource version (third-party annotation churn,
status-only writes) allocated an updateSvcObject into the non-deduplicating
pointer queue and made handleUpdateService issue per-protocol
GetLoadBalancer lookups plus per-VIP LoadBalancerDeleteVip attempts for
nothing. Skip updates that leave the spec, the VIP set (cluster IPs and
the SLR/RLR VIP annotations), the VPC annotation and the deletion
timestamp unchanged. LoadBalancer services are still always enqueued
because their reconcile also depends on status.loadBalancer.ingress and
the lb-svc attachment deployment.

enqueueUpdateEndpointSlice had the same shape: only a resource-version
check, while the EndpointSlice controller refreshes metadata such as the
endpoints.kubernetes.io/last-change-trigger-time annotation, re-issuing
the whole OVN load balancer VIP transaction chain per event. Skip updates
whose endpoints, ports and owning service label are unchanged.

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

17 of 17 new or added lines in 2 files covered. (100.0%)

571 existing lines in 4 files now uncovered.

16838 of 60687 relevant lines covered (27.75%)

0.32 hits per line

Coverage Regressions

Lines Coverage ∆ File
256
21.53
1.44% pkg/controller/pod.go
173
14.25
5.74% pkg/controller/admin_network_policy.go
95
27.39
0.19% pkg/controller/cluster_network_policy.go
47
13.06
11.02% pkg/controller/baseline_admin_network_policy.go
Jobs
ID Job ID Ran Files Coverage
1 29299893993.1 14 Jul 2026 02:01AM UTC 219
27.75
GitHub Action Run
Source Files on build 29299893993
  • Tree
  • List 219
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 250dfda9 on github
  • Prev Build on master (#29129868411)
  • Next Build on master (#29626735617)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc