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

futpib / slopd / 24604753368 / 1
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2026 12:36PM UTC
Files 8
Run time 0s
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

18 Apr 2026 12:31PM UTC coverage: 85.045% (+0.4%) from 84.655%
24604753368.1

push

github

futpib
fix: listen tests hang forever due to missing pane_id and no read timeout

Three listen tests (listen_no_filters_receives_all_events,
listen_receives_hook_event, listen_filters_out_non_matching_events)
were broken by b2e59b2 which made slopd silently drop hooks without a
pane_id. The tests fired hooks with pane_id=None against a TestEnv
with no managed pane, so events never arrived and blocking read_line
calls hung the test forever.

Fix both issues:
- Create a managed pane (slopctl run) and pass its pane_id to fire_hook
- Add read_line_timeout helper that moves read_line into a background
  thread with recv_timeout(10s), so no test can hang indefinitely
- Update read_next_hook_event to use read_line_timeout
- Convert all remaining bare blocking read_line calls in listen tests

3031 of 3564 relevant lines covered (85.04%)

1205308.28 hits per line

Source Files on job 24604753368.1
  • Tree
  • List 8
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24604753368
  • 2a31f0c5 on github
  • Prev Job for on master (#24055624050.1)
  • Next Job for on master (#24604758821.1)
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