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

kubernetes-sigs / karpenter / 20313980091
80%
main: 81%

Build:
Build:
LAST BUILD BRANCH: feature/do-not-disrupt-grace-period
DEFAULT BRANCH: main
Ran 17 Dec 2025 07:10PM UTC
Jobs 1
Files 154
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

17 Dec 2025 06:56PM UTC coverage: 80.317% (+0.05%) from 80.269%
20313980091

Pull #2723

github

ellistarn
test: fix static provisioning cluster sync test flake

The test runs 50 parallel reconciles where every 4th one sets
cluster.SetSynced(false). After all goroutines complete, the cluster
may still be in unsynced state from the last goroutine that called
SetSynced(false).

The final ExpectObjectReconciled then runs with an unsynced cluster,
causing it to return early without creating the remaining NodeClaims
needed to reach the limit of 10.

Fix by explicitly setting cluster.SetSynced(true) before the final
reconcile to ensure it can create the remaining NodeClaims.
Pull Request #2723: test: fix static provisioning cluster sync test flake

11866 of 14774 relevant lines covered (80.32%)

70799.6 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
88.0
-2.29% pkg/controllers/disruption/consolidation.go
Jobs
ID Job ID Ran Files Coverage
1 20313980091.1 17 Dec 2025 07:10PM UTC 154
80.32
GitHub Action Run
Source Files on build 20313980091
  • Tree
  • List 154
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2723
  • PR Base - main (#20311032483)
  • 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