• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

kubeovn / kube-ovn / 23224613533 / 1
23%
master: 23%

Build:
Build:
LAST BUILD BRANCH: renovate/master-google.golang.org-grpc-1.x
DEFAULT BRANCH: master
Ran 18 Mar 2026 01:28AM UTC
Files 205
Run time 5s
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

18 Mar 2026 01:25AM UTC coverage: 23.349% (-0.009%) from 23.358%
23224613533.1

Pull #6470

github

oilbeater
fix(daemon): handle tombstone objects in subnet and service delete handlers

When a Kubernetes informer reconnects after a watch interruption, it may
deliver a cache.DeletedFinalStateUnknown tombstone instead of the typed
object. enqueueDeleteSubnet and enqueueDeleteService passed the raw obj
directly into the work queue without unwrapping tombstones, causing the
type assertions in reconcileRouters and reconcileServices to fail
silently, which means delete events were dropped and stale routes or
iptables rules were never cleaned up.

Add the same tombstone handling pattern already used by
enqueueDeleteProviderNetwork in the same file.

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Pull Request #6470: fix(daemon): handle tombstone objects in subnet and service delete handlers

12885 of 55184 relevant lines covered (23.35%)

0.27 hits per line

Source Files on job 23224613533.1
  • Tree
  • List 205
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 23224613533
  • 94262d02 on github
  • Prev Job for on fix-daemon-tombstone-handling (#23222926385.1)
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