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

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

Build:
Build:
LAST BUILD BRANCH: conditions/network-crds
DEFAULT BRANCH: master
Ran 30 Jun 2026 01:27PM UTC
Jobs 1
Files 110
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

30 Jun 2026 01:14PM UTC coverage: 63.78%. Remained the same
28447074443

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>

9713 of 15229 relevant lines covered (63.78%)

0.71 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
72.92
-5.21% pkg/daemon/status.go
3
69.7
-1.14% controllers/helper.go
Jobs
ID Job ID Ran Files Coverage
1 28447074443.1 30 Jun 2026 01:27PM UTC 110
63.78
GitHub Action Run
Source Files on build 28447074443
  • Tree
  • List 110
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28447074443
  • 13053a3c on github
  • Prev Build on master (#28447062572)
  • Next Build on fix/daemon-test-flake (#28483543464)
  • 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