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

Azure / karpenter-provider-azure / 22668734566
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: muribefalcon/updating-gpu-list
DEFAULT BRANCH: main
Ran 04 Mar 2026 12:21PM UTC
Jobs 1
Files 160
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

04 Mar 2026 12:04PM UTC coverage: 94.171% (-0.01%) from 94.185%
22668734566

Pull #1467

github

comtalyst
feat: add LIST-based machine cache to reduce GET Machine API calls

At 1K-node scale, individual GET Machine calls from drift checks and
reconciliation cause severe throttling (6,594 GET 429s at 17-29s latency
each in Telescope run 55575). This cache converts O(N) individual GET
calls into O(1) cached lookups by caching LIST Machine results.

Design:
- List() populates the cache (replaces all entries)
- Get() consults cache first; falls through to API on miss/stale
- Mutating ops (Create, Update, Delete) invalidate affected entries
- TTL-based expiry (30s default) ensures bounded staleness
- Thread-safe with sync.RWMutex
- Zero TTL disables caching for testing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #1467: feat: LIST-based machine cache to reduce GET throttling

42 of 42 new or added lines in 1 file covered. (100.0%)

11 existing lines in 1 file now uncovered.

59259 of 62927 relevant lines covered (94.17%)

0.96 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
11
80.0
-7.59% pkg/providers/instance/batch/grouper.go
Jobs
ID Job ID Ran Files Coverage
1 22668734566.1 04 Mar 2026 12:21PM UTC 160
94.17
GitHub Action Run
Source Files on build 22668734566
  • Tree
  • List 160
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1467
  • PR Base - comtalyst/test-reunification (#22667969134)
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