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

HelixObs / herald / 26931844952
85%

Build:
DEFAULT BRANCH: main
Ran 04 Jun 2026 05:02AM UTC
Jobs 1
Files 17
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 Jun 2026 04:56AM UTC coverage: 85.184% (+0.07%) from 85.116%
26931844952

push

github

Chitrang Patel
fix: dedup repeated helix.* events to prevent DB blowup on infinite retry

Pipelines retrying the same failed operation flood entity_events with
identical rows — same entity ID and same error message — because
WriteEntityEvent was a plain INSERT with no deduplication.

Introduce entity_event_dedup (regular table, not a hypertable) with
PRIMARY KEY (entity_id, event_name, normalised_message). The normalised
message uses fingerprint.Normalise — same volatile-token stripping as the
notification system — so path/ID variants of the same error collapse to
one row. WriteEntityEvent now upserts into this table on every call
(incrementing occurrence_count, refreshing last_seen_at) and writes to
entity_events only on the first occurrence. QueryAlerts is updated to
read occurrence counts from entity_event_dedup.

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

23 of 38 new or added lines in 1 file covered. (60.53%)

2179 of 2558 relevant lines covered (85.18%)

1856.62 hits per line

Uncovered Changes

Lines Coverage ∆ File
15
64.67
1.22% internal/db/db.go
Jobs
ID Job ID Ran Files Coverage
1 26931844952.1 04 Jun 2026 05:02AM UTC 17
85.18
GitHub Action Run
Source Files on build 26931844952
  • Tree
  • List 17
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26931844952
  • 252f9476 on github
  • Prev Build on main (#26261674010)
  • Next Build on main (#27243131278)
  • 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