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

decentraland / social-service-ea / 28393307615 / 1
90%
main: 90%

Build:
DEFAULT BRANCH: main
Ran 29 Jun 2026 06:21PM UTC
Files 402
Run time 13s
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

29 Jun 2026 06:16PM UTC coverage: 90.927% (+0.05%) from 90.874%
28393307615.1

push

github

web-flow
fix: stop duplicate-subscription log flood; add wsConnectionId + metric (#422)

Duplicate stream subscriptions are an expected, benign outcome of the
per-(address, event) guard, but were logged at WARNING per occurrence,
flooding the logs during reconnect/re-subscribe churn.

- Count them via a new `subscription_duplicates_total` metric (labelled by
  event) and drop the per-occurrence line to debug, so observability stays
  intact (graph/alert on the rate) without any log volume.
- Thread `wsConnectionId` into the RPC context (attachUser -> attachTransport)
  so the duplicate and teardown logs identify the originating connection.
- Move the "cleaning up subscription" log into handleSubscriptionUpdates'
  finally, which is only reached for subscriptions that were actually
  established; the duplicate guard returns before that try/finally, so rejected
  duplicates no longer emit a misleading cleanup line. Removes the now-redundant
  per-service finally logs across all subscribe handlers.

2460 of 2872 branches covered (85.65%)

Branch coverage included in aggregate %.

11490 of 12470 relevant lines covered (92.14%)

38.68 hits per line

Source Files on job 28393307615.1
  • Tree
  • List 402
  • Changed 160
  • Source Changed 12
  • Coverage Changed 160
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 28393307615
  • e5258857 on github
  • Prev Job for on main (#28379017890.1)
  • Next Job for on main (#28467807823.1)
  • Delete
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