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

c-ares / c-ares / 10774847553
92%

Build:
DEFAULT BRANCH: main
Ran 09 Sep 2024 02:07PM UTC
Jobs 1
Files 175
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

09 Sep 2024 02:04PM UTC coverage: 91.315% (-0.02%) from 91.334%
10774847553

push

github

web-flow
Probe for failed servers instead of redirecting query (#877)

The previous implementation would redirect a query to a failed server
based on a timeout and random chance per query. This could lead to
issues of having to deal with server timeout scenarios when the server
isn't back online yet causing latency issues. Instead, we should
continue to use the known good servers for the query itself, but spawn a
second query with the same question to a different downed server. That
query will be able to be processed in the background and potentially
bring the server back online.

Also, when using the `rotate` option, servers were previously chosen at
random from the complete list. This PR changes that to choose only from
the servers that share the same highest priority.

Authored-By: Brad House (@bradh352)

127 of 142 new or added lines in 6 files covered. (89.44%)

2 existing lines in 2 files now uncovered.

20891 of 22878 relevant lines covered (91.31%)

12715.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10774847553.1 09 Sep 2024 02:07PM UTC 0
58.54
GitHub Action Run
Source Files on build 10774847553
Detailed source file information is not available for this build.
  • Back to Repo
  • 8d360330 on github
  • Prev Build on main (#10759731047)
  • Next Build on main (#10776834313)
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