Dashboardopencodetakeover test Effect.never

takeover test Effect.never

Category: gotcha
Confidence: 1.00
ID: 01a0a51b-80bd-761c-923e-e5380795ec93
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 0
Source session: 0410hkwvS1ACdy6D6
Created: 2026-09-15 12:47:18
Updated: 2026-09-15 12:47:18

Content

Trap: a takeover test whose first runner is permanently Effect.never looks like stale-owner coverage because takeover completes while the old scope exists, but that runner can never resume and expose stale execution. Fix: pause the first runner at a controllable boundary, complete takeover, then release it and assert every renewal, publication, phase update, provider/tool dispatch, and side effect is rejected.

Move to: