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

SchSeba / sriov-network-operator-1 / 28392851068
64%
master: 64%

Build:
Build:
LAST BUILD BRANCH: conditions/network-crds
DEFAULT BRANCH: master
Ran 29 Jun 2026 06:21PM UTC
Jobs 1
Files 108
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

29 Jun 2026 06:08PM UTC coverage: 63.571% (+0.01%) from 63.558%
28392851068

push

github

SchSeba
fix(daemon): prevent test suite timeout flake during cleanup

The DeferCleanup calls in the daemon test's BeforeAll had a LIFO
execution order that could cause a hang: pr.Stop() ran first with an
un-cancellable context.Background() Delete call. If that API call hung,
the parent context cancel() was never reached, leaving the manager
goroutine running until the 10-minute Go test timeout fired.

Fix the ordering by registering DeferCleanup(cancel) last so it
executes first in LIFO order. This cancels the parent context before
any other cleanup, propagating to both the manager and podRecreator
goroutines so they exit promptly. Additionally, add a 10-second timeout
to the podRecreator Stop() Delete call as defense-in-depth.

Signed-off-by: Sebastian Sch <sebassch@gmail.com>

9502 of 14947 relevant lines covered (63.57%)

0.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28392851068.1 29 Jun 2026 06:21PM UTC 108
63.57
GitHub Action Run
Source Files on build 28392851068
  • Tree
  • List 108
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28392851068
  • 2b060daa on github
  • Prev Build on master (#28358702933)
  • Next Build on fix/daemon-test-flake (#28393873528)
  • Delete
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