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

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

Build:
Build:
LAST BUILD BRANCH: muribefalcon/updating-gpu-list
DEFAULT BRANCH: main
Ran 05 Mar 2026 08:40AM UTC
Jobs 1
Files 154
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

05 Mar 2026 08:26AM UTC coverage: 94.257% (+0.004%) from 94.253%
22709151243

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: perf: add LIST-based machine cache to reduce GET throttling

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

58687 of 62263 relevant lines covered (94.26%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22709151243.1 05 Mar 2026 08:40AM UTC 154
94.26
GitHub Action Run
Source Files on build 22709151243
  • Tree
  • List 154
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1467
  • PR Base - comtalyst/test-reunification (#22708773305)
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