fix(cleanup): remove stale handoff refs in test_execute_aborts docstring (#216)
Co-authored-by: opencode-agent <agent@opencode.local>
This commit is contained in:
parent
a1f18eaf24
commit
1dc2b0fa41
1 changed files with 2 additions and 4 deletions
|
|
@ -199,10 +199,8 @@ def test_execute_aborts_do_not_break_spawn_sync():
|
||||||
syscalls cannot be cancelled via the event loop).
|
syscalls cannot be cancelled via the event loop).
|
||||||
|
|
||||||
Note: this test is the static-expression counterpart of the runtime
|
Note: this test is the static-expression counterpart of the runtime
|
||||||
experiment documented in the PR handoff (the dynamic test via
|
experiment (the dynamic test via `opencode run --plan-mode` could
|
||||||
`opencode run --plan-mode` could not run because Gemini free-tier
|
not run because Gemini free-tier blocked the agent loop).
|
||||||
blocked the agent loop). The handoff contains the abort-vs-spawnSync
|
|
||||||
experiment results for posterity.
|
|
||||||
"""
|
"""
|
||||||
out = _run_loader("exec_real", "23")
|
out = _run_loader("exec_real", "23")
|
||||||
assert "error" not in out or not out["error"], (
|
assert "error" not in out or not out["error"], (
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue