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

kubeovn / kube-ovn / 26877909113
26%
master: 26%

Build:
Build:
LAST BUILD BRANCH: renovate/master-kubevirt.io-client-go-1.x
DEFAULT BRANCH: master
Ran 03 Jun 2026 10:10AM UTC
Jobs 1
Files 212
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

03 Jun 2026 10:06AM UTC coverage: 25.645% (+0.02%) from 25.627%
26877909113

Pull #6814

github

oilbeater
perf(controller): index IP CRs by subnet for subnet status calculation

calcSubnetStatusIP listed the whole IP store with a label selector on
every subnet status reconcile. Replace it with a bySubnet informer
indexer so each call only walks the IPs of the target subnet, following
the existing IndexPodByNode / IndexEPSByService pattern. The index keys
on Spec.Subnet plus AttachSubnets, matching the subnets enqueued to
updateSubnetStatusQueue on IP add/update/delete.

Behaviour is unchanged: every IP CR is created with both Spec.Subnet and
the dynamic per-subnet label set together, so ByIndex(Spec.Subnet)
returns the same set as the old {subnet.Name: ""} selector.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Pull Request #6814: perf(controller): index IP CRs by subnet for subnet status calc

17 of 26 new or added lines in 3 files covered. (65.38%)

14807 of 57739 relevant lines covered (25.64%)

0.3 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
5.93
-0.13% pkg/controller/subnet_status.go
2
76.0
7.25% pkg/controller/indexers.go
1
1.12
0.0% pkg/controller/controller.go
Jobs
ID Job ID Ran Files Coverage
1 26877909113.1 03 Jun 2026 10:10AM UTC 212
25.64
GitHub Action Run
Source Files on build 26877909113
  • Tree
  • List 212
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #6814
  • PR Base - master (#26876176436)
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