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

c-ares / c-ares / #261
92%

Build:
DEFAULT BRANCH: main
Ran 13 Nov 2023 05:29PM UTC
Jobs 1
Files 145
Run time 10s
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

13 Nov 2023 05:25PM UTC coverage: 80.836% (+0.02%) from 80.821%
#261

push

travis-ci

web-flow
Randomize retry penalties to prevent thundering herd type issues (#606)

The retry timeout values were using a fixed calculation which could cause multiple simultaneous queries to timeout and retry at the exact same time.  If a DNS server is throttling requests, this could cause the issue to never self-resolve due to all requests recurring at the same instance again.

This PR also creates a maximum timeout option to make sure the random value selected does not exceed this value.

Fix By: Ignat (@Kontakter)

13 of 14 new or added lines in 2 files covered. (92.86%)

7078 of 8756 relevant lines covered (80.84%)

1992.36 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #261.1 13 Nov 2023 05:29PM UTC 0
80.84
Source Files on build #261
Detailed source file information is not available for this build.
  • Back to Repo
  • 7a140cb4 on github
  • Prev Build on main
  • Next Build on main
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