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

dangernoodle-io / breadboard / 27921360745
100%

Build:
DEFAULT BRANCH: main
Ran 21 Jun 2026 11:47PM UTC
Jobs 1
Files 36
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

21 Jun 2026 11:46PM UTC coverage: 100.0%. Remained the same
27921360745

push

github

web-flow
fix: bb_pub status-read locking and buffer_replay non-reentrancy (B1-292 follow-up) (#491)

Four correctness fixes following the B1-292 bounded-wait restructure that
released s_tick_lock before the sink fan-out:

- bb_pub_get_status(): acquire s_tick_lock around reads of s_last_publish_ok,
  s_last_publish_ms, and s_published_ever to prevent torn reads vs the Phase 3
  writer; s_source_count and s_sink_count stay unlocked (registration-time only).
- bb_pub_tick_once(): snapshot interval_ms under s_tick_lock during Phase 1
  as snap_interval_ms; Phase 2 uses the snapshot instead of re-reading
  s_interval_ms without any lock, eliminating the race with
  bb_pub_set_interval_ms() from an HTTP handler.
- buffer_capture / buffer_replay comments: replace stale "called under
  s_tick_lock" with the real invariant — single-worker guarantee; on-failure
  path runs with no lock held.
- buffer_replay: drop static from s_replay_buf, making it a stack local
  (~450 bytes, well within the >= 4096-byte worker stack). The static was safe
  only under the single-worker guarantee, but stack allocation is clearer and
  avoids BSS waste now that the call site is outside any lock.

Pause/condvar wait logic is unchanged.

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

1718 of 1718 branches covered (100.0%)

Branch coverage included in aggregate %.

2845 of 2845 relevant lines covered (100.0%)

1227.49 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27921360745.1 21 Jun 2026 11:47PM UTC 36
100.0
GitHub Action Run
Source Files on build 27921360745
  • Tree
  • List 36
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27921360745
  • 9a66821d on github
  • Prev Build on main (#27921235882)
  • Next Build on main (#27921487930)
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