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

c-ares / c-ares / #1277
88%
main: 92%

Build:
Build:
LAST BUILD BRANCH: more-record-types
DEFAULT BRANCH: main
Ran 19 Jul 2024 07:33PM UTC
Jobs 1
Files 158
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

19 Jul 2024 07:28PM UTC coverage: 88.277% (-0.1%) from 88.384%
#1277

push

travis-ci

bradh352
UDP write may fail indicating host isn't reachable (#821)

UDP is connectionless, but systems use ICMP unreachable messages to
indicate there is no ability to reach the host or port, which can result
in a `send()` returning an error like `ECONNREFUSED`. We need to handle
non-retryable codes like that to treat it as a connection failure so we
requeue any queries on that connection to another connection/server
immediately. Otherwise what happens is we just wait on the timeout to
expire which can greatly increase the time required to get a definitive
message.

This also adds a test case to verify the behavior.

Fixes #819
Fix By: Brad Houes (@bradh352)

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

12 existing lines in 2 files now uncovered.

9277 of 10509 relevant lines covered (88.28%)

6071.08 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #1277.1 19 Jul 2024 07:33PM UTC 0
88.28
Source Files on build #1277
Detailed source file information is not available for this build.
  • Back to Repo
  • ccd11aa3 on github
  • Prev Build on v1.32
  • Next Build on v1.32
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