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

futpib / slopd / 23721329514
83%
master: 85%

Build:
Build:
LAST BUILD BRANCH: copilot/fix-failing-tests
DEFAULT BRANCH: master
Ran 29 Mar 2026 11:30PM UTC
Jobs 1
Files 5
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

29 Mar 2026 11:09PM UTC coverage: 83.276%. First build
23721329514

Pull #25

github

Copilot
Fix race condition: hook handler waits briefly for pane registration

When slopctl run creates a new tmux pane, mock_claude can fire a
SessionStart hook before the Run handler's managed_panes.insert()
executes. In tokio's multi-threaded scheduler there is a small window
between output().await resolving and the continuation running; a
concurrent hook handler task can check managed_panes.contains() in
that window and silently discard the hook.

Fix: add PaneRegistered Notify that is signalled immediately after
managed_panes.insert(). The hook handler, on seeing an unregistered
pane, waits up to PANE_REGISTRATION_WAIT (2 s) for a registration
notification before concluding the pane is genuinely external and
discarding the hook.

Agent-Logs-Url: https://github.com/futpib/slopd/sessions/6a8f20e3-1d0f-475f-9988-390d05f5bf51

Co-authored-by: futpib <4330357+futpib@users.noreply.github.com>
Pull Request #25: Fix flaky tests: close race between pane creation and hook handler

18 of 18 new or added lines in 1 file covered. (100.0%)

1927 of 2314 relevant lines covered (83.28%)

160.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23721329514.1 29 Mar 2026 11:30PM UTC 5
83.28
GitHub Action Run
Source Files on build 23721329514
  • Tree
  • List 5
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23721329514
  • Pull Request #25
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