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

c-ares / c-ares / #47
92%

Build:
DEFAULT BRANCH: main
Ran 26 Sep 2023 02:45PM UTC
Jobs 1
Files 134
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

26 Sep 2023 02:41PM UTC coverage: 88.181% (+0.1%) from 88.082%
#47

push

travis-ci

web-flow
ares_getaddrinfo(): Fail faster on AF_UNSPEC if we've already received one address class  (#551)

As per #541, when using AF_UNSPEC with ares_getaddrinfo() (and in turn with ares_gethostbynam()) if we receive a successful response for one address class, we should not allow the other address class to continue on with retries, just return the address class we have.

This will limit the overall query time to whatever timeout remains for the pending query for the other address class, it will not, however, terminate the other query as it may still prove to be successful (possibly coming in less than a millisecond later) and we'd want that result still. It just turns off additional error processing to get the result back quicker.

Fixes Bug: #541
Fix By: Brad House (@bradh352)

56 of 56 new or added lines in 4 files covered. (100.0%)

4999 of 5669 relevant lines covered (88.18%)

11670.57 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #47.1 26 Sep 2023 02:45PM UTC 0
88.18
Source Files on build #47
Detailed source file information is not available for this build.
  • Back to Repo
  • 21f3b774 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