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

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

Build:
Build:
LAST BUILD BRANCH: conditions/network-crds
DEFAULT BRANCH: master
Ran 29 Jun 2026 06:39PM UTC
Jobs 1
Files 108
Run time 3min
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:23PM UTC coverage: 63.531% (-0.03%) from 63.558%
28393873528

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>
Co-authored-by: Cursor <cursoragent@cursor.com>

9496 of 14947 relevant lines covered (63.53%)

0.71 hits per line

Coverage Regressions

Lines Coverage ∆ File
5
72.92
-5.21% pkg/daemon/status.go
1
70.45
0.38% controllers/helper.go
Jobs
ID Job ID Ran Files Coverage
1 28393873528.1 29 Jun 2026 06:39PM UTC 108
63.53
GitHub Action Run
Source Files on build 28393873528
  • Tree
  • List 108
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28393873528
  • 7add97a5 on github
  • Prev Build on master (#28358702933)
  • Next Build on fix/daemon-test-flake (#28433899007)
  • 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