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

travelping / eradius / 641 / 6
52%
master: 52%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2020 09:16AM UTC
Files 20
Run time 2s
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

06 Nov 2020 09:14AM UTC coverage: 50.277% (+0.6%) from 49.628%
641.6

push

travis-ci-com

web-flow
add support for failover to RADIUS client (#154)

This commit adds support for failover. Set of secondary RADIUS servers
could be passed to the RADIUS client API eradius_client:send_request/3
via options.

If the response wasn't recevied after a number of requests specified by
'retries' RADIUS client options - such RADIUS servers will be marked as
non-active and will not be used for next requests, while configurable
timeout is not expired.

Secondary RADIUS servers could be specified via RADIUS proxy configuration,
with the new configuration option - pool name.

For example:

  [{default_route, {{127, 0, 0, 1}, 1812, <<"secret">>}, pool_name},

Where the "pool-name" specifies name of a pool of secondary RADIUS servers:

   {servers_pool, [{pool_name, [
                     {{127, 0, 0, 2}, 1812, <<"secret">>, [{retries, 3}]},
                     {{127, 0, 0, 3}, 1812, <<"secret">>}]}]}

906 of 1802 relevant lines covered (50.28%)

95.24 hits per line

Source Files on job 641.6
  • Tree
  • List 0
  • Changed 17
  • Source Changed 2
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 614
  • Travis Job 641.6
  • a48a412c on github
  • Prev Job for on master (#594.5)
  • Next Job for on master (#642.5)
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