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

HelixObs / gateway / 26158274886
91%

Build:
DEFAULT BRANCH: main
Ran 20 May 2026 11:02AM UTC
Jobs 1
Files 18
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

20 May 2026 11:01AM UTC coverage: 82.315% (+0.1%) from 82.207%
26158274886

push

github

chitrangpatel
notifier: fix duplicate GitHub issues on burst reconnect

Two bugs caused the same fingerprint to open multiple issues:

1. Race condition: a burst of events (e.g. BatchSpanProcessor flush after
   reconnect) all called FindNotificationIssue before any UpsertNotificationIssue
   completed, so every goroutine saw nil and called createIssue. Fixed by a
   per-fingerprint sync.Mutex in doSCM that serialises concurrent dispatches.

2. Context cancellation: UpsertNotificationIssue was called with the app context,
   so a gateway restart after GitHub issue creation (but before the DB write) left
   an orphaned issue with no notification_issues record. Fixed by using
   context.Background() for the DB write in createIssue.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

15 of 15 new or added lines in 2 files covered. (100.0%)

1899 of 2307 relevant lines covered (82.31%)

1970.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26158274886.1 20 May 2026 11:02AM UTC 18
82.31
GitHub Action Run
Source Files on build 26158274886
  • Tree
  • List 18
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26158274886
  • 71cffab8 on github
  • Prev Build on main (#26134624194)
  • Next Build on main (#26158838679)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc