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

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

Build:
Build:
LAST BUILD BRANCH: copilot/add-artifact-streaming-feature
DEFAULT BRANCH: main
Ran 16 Mar 2026 04:35AM UTC
Jobs 1
Files 156
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

16 Mar 2026 01:56AM UTC coverage: 93.837% (-0.02%) from 93.854%
23127799296

Pull #1530

github

comtalyst
feat: detect Machine API quota errors earlier via sync polling window

After PUT Machine returns 201, poll Machine status for up to 15s
(configurable via MACHINE_SYNC_WAIT_TIMEOUT). If quota/capacity error
surfaces during this window, handle it synchronously — core retries
on same NodeClaim instead of delete+recreate cycle.

Exit conditions:
- ProvisioningState=Failed → handle error immediately
- ProvisioningState=Succeeded → return early (no wasted wait)
- Timeout while Creating → hand off to background LRO as today
- MACHINE_SYNC_WAIT_TIMEOUT=0 → skip entirely (backward compat)

New env vars: MACHINE_SYNC_WAIT_TIMEOUT (default 15s),
MACHINE_SYNC_POLL_INTERVAL (default 3s).

8 new sync wait tests + 7 new duration utility tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #1530: feat: detect Machine API provisioning errors earlier via sync polling

120 of 143 new or added lines in 6 files covered. (83.92%)

134 existing lines in 3 files now uncovered.

58879 of 62746 relevant lines covered (93.84%)

0.95 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
70.86
-0.17% pkg/cloudprovider/cloudprovider.go
7
78.83
3.15% pkg/providers/instance/aksmachineinstance.go
12
88.41
-3.36% pkg/fake/aksmachinesapi.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
78.05
9.3% pkg/cloudprovider/events/events.go
38
88.41
-3.36% pkg/fake/aksmachinesapi.go
95
70.86
-0.17% pkg/cloudprovider/cloudprovider.go
Jobs
ID Job ID Ran Files Coverage
1 23127799296.1 16 Mar 2026 04:35AM UTC 156
93.84
GitHub Action Run
Source Files on build 23127799296
  • Tree
  • List 156
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1530
  • PR Base - main (#23029095617)
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