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

umputun / reproxy / 28691253684
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: fix/file-provider-debounce
DEFAULT BRANCH: master
Ran 04 Jul 2026 01:51AM UTC
Jobs 1
Files 19
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

04 Jul 2026 01:39AM UTC coverage: 79.601% (+0.1%) from 79.494%
28691253684

Pull #255

github

paskal
Fix load balancing on catch-all server broken by default-route dedup

Previously, the dedup added for #192 removed a default-server route
whenever more than one route matched, without checking that a concrete
server match was actually present. With multiple routes for the same
source on the catch-all server (a legit load-balancing setup) one of
them was silently dropped, so traffic always went to a single backend
and failover could return 502 while a healthy backend existed. It also
removed only one default route when several matched alongside a
concrete one.

The dedup ran only at the end of the match loop, so both the
presorted-src early return and the MTStatic branch's own return
bypassed it: a concrete proxy plus a same-source catch-all route (proxy
or assets) leaked a mixed match, in the static case even flipping the
result to MTStatic.

After this change the default/concrete dedup runs at every return point
of Match. A shared isDefaultServer helper centralises the "*"/"" check,
default-server routes are dropped only when at least one concrete server
route matched, all of them are dropped in that case, and an all-default
match keeps every route so catch-all load balancing works.
Pull Request #255: Fix load balancing on catch-all server broken by default-route dedup

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

2 existing lines in 1 file now uncovered.

2634 of 3309 relevant lines covered (79.6%)

40.23 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
90.63
-1.25% app/discovery/provider/consulcatalog/consulcatalog.go
Jobs
ID Job ID Ran Files Coverage
1 28691253684.1 04 Jul 2026 01:51AM UTC 19
79.6
GitHub Action Run
Source Files on build 28691253684
  • Tree
  • List 19
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #255
  • PR Base - master (#28690718277)
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