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

kubeovn / kube-ovn / 23327227181
23%

Build:
DEFAULT BRANCH: master
Ran 20 Mar 2026 03:04AM UTC
Jobs 1
Files 205
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

20 Mar 2026 03:01AM UTC coverage: 23.375%. Remained the same
23327227181

push

github

web-flow
fix(e2e): wait for OVS bridge cleanup before Docker disconnect in vlan subinterface tests (#6480)

The vlan_subinterfaces.go AfterEach disconnects the Docker network
immediately after deleting provider network CRs, without waiting for
the daemon to finish processing. When the daemon's configProviderNic
is still running add-port on eth1 at the moment Docker removes the
NIC, ovs-vswitchd fails with "No such device" and retains a stale
netdev cache entry for eth1. This stale entry causes persistent
EEXIST errors when the next test tries to create an OVS bridge named
eth1 (exchangeLinkName=true), as register_netdevice() believes the
name is already taken.

Add a "Waiting for ovs bridges to disappear" step between provider
network deletion and Docker disconnect, matching the pattern already
used in underlay.go. This ensures the daemon completes the full
add-port → del-port cycle, properly clearing the vswitchd netdev
cache before the NIC is removed.

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

12899 of 55182 relevant lines covered (23.38%)

0.27 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23327227181.1 20 Mar 2026 03:04AM UTC 205
23.38
GitHub Action Run
Source Files on build 23327227181
  • Tree
  • List 205
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 5a0009ad on github
  • Prev Build on master (#23326660376)
  • Next Build on master (#23327398190)
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