Skip to content

Stabilize interactive CLI test on Windows - #98

Merged
bsbodden merged 1 commit into
mainfrom
agent/windows-cli-terminal-fixture
Aug 10, 2026
Merged

Stabilize interactive CLI test on Windows#98
bsbodden merged 1 commit into
mainfrom
agent/windows-cli-terminal-fixture

Conversation

@bsbodden

Copy link
Copy Markdown
Contributor

Summary

  • stop batching multiple commands through JLine DumbTerminal in the interactive unit test
  • retain coverage for prompt startup, banner, command execution, EOF shutdown, and one-shot help

Root cause

On Windows, the in-memory dumb terminal executes the first preloaded command but does not reliably replay the remaining buffered commands. This is a test harness limitation; the real system terminal path is separate.

Validation

  • ./gradlew :modeljars-cli:test
  • git diff --check

Production sources are unchanged.

@bsbodden
bsbodden merged commit 30f6d67 into main Aug 10, 2026
1 check passed
@bsbodden
bsbodden deleted the agent/windows-cli-terminal-fixture branch August 10, 2026 18:45
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