Skip to content

test(e2e): add ctrl-c tests for labeled mode and cached tasks#307

Merged
branchseer merged 1 commit intomainfrom
test/ctrl-c-log-modes
Mar 29, 2026
Merged

test(e2e): add ctrl-c tests for labeled mode and cached tasks#307
branchseer merged 1 commit intomainfrom
test/ctrl-c-log-modes

Conversation

@branchseer
Copy link
Copy Markdown
Member

Summary

  • Add ctrl-c e2e tests for --log=labeled mode and cache-enabled tasks
  • Move SIGINT ignore handler from program startup to right before plan execution, so interactive task selection (vp run) remains cancellable with Ctrl+C
  • Add println!() after milestone in exit-on-ctrlc tool so milestone bytes flush through line-buffered writers in labeled mode

Test plan

  • All e2e snapshot tests pass on macOS
  • ctrl-c tests pass on Windows VM
  • CI passes

🤖 Generated with Claude Code

Add two new ctrl-c e2e tests: one for `--log=labeled` and one with
cache enabled. Move the SIGINT ignore handler from program startup to
right before plan execution so interactive task selection remains
cancellable with Ctrl+C.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@branchseer branchseer merged commit c5aa545 into main Mar 29, 2026
9 checks passed
@branchseer branchseer deleted the test/ctrl-c-log-modes branch March 29, 2026 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant