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

noironetworks / aci-containers / 11168
65%
master: 65%

Build:
Build:
LAST BUILD BRANCH: netpol-naming-convention-change
DEFAULT BRANCH: master
Ran 27 Oct 2025 06:26AM UTC
Jobs 1
Files 48
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

27 Oct 2025 06:11AM UTC coverage: 65.028% (+0.1%) from 64.933%
11168

push

travis-pro

jeffinkottaram
Fix APIC request retry by rebuilding http.Request per attempt

The previous retry logic reused the same `http.Request` object for every
attempt. Since the request body is an `io.Reader`, it was fully consumed
on the first attempt.

This caused subsequent retries to be sent with an empty body, leading to
request failures.

This change moves the `http.Request` creation inside the retry loop,
ensuring each attempt gets a fresh request with a readable body.

27 of 35 new or added lines in 1 file covered. (77.14%)

13345 of 20522 relevant lines covered (65.03%)

0.74 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
69.16
1.66% pkg/apicapi/apicapi.go
Jobs
ID Job ID Ran Files Coverage
1 11168.1 (DEFAULT_BRANCH=master GOPROXY=https://proxy.golang.org,https://goproxy.io,direct) 27 Oct 2025 06:26AM UTC 48
65.03
Travis Job 11168.1
Source Files on build 11168
  • Tree
  • List 48
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #11168
  • c2a0698a on github
  • Prev Build on master (#11162)
  • Next Build on apic-retry-fix (#11170)
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

© 2025 Coveralls, Inc