Skip to content

Tests: Test suite for a confident release#279

Draft
vanzue wants to merge 18 commits into
mainfrom
dev/vanzue/tests
Draft

Tests: Test suite for a confident release#279
vanzue wants to merge 18 commits into
mainfrom
dev/vanzue/tests

Conversation

@vanzue

@vanzue vanzue commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Summary of the Pull Request

References and Relevant Issues

Detailed Description of the Pull Request / Additional comments

Validation Steps Performed

PR Checklist

  • Closes #xxx
  • Tests added/passed
  • Documentation updated
    • If checked, please file a pull request on our docs repo and link it here: #xxx
  • Schema updated (if necessary)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 12, 2026 02:45
Comment thread doc/release-check-list.md Fixed
@vanzue vanzue marked this pull request as draft June 12, 2026 02:45

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a set of release-testing planning docs for Intelligent Terminal to help standardize release sign-off and guide what can be shifted from manual verification into unit tests and automation.

Changes:

  • Introduces a release unit-test plan defining UT/E2E/manual boundaries and a UT backlog.
  • Adds a comprehensive release checklist with coverage markers to track UT/E2E/manual ownership per item.
  • Proposes a release automation plan, including a fake ACP agent concept and a local validation runner outline.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
doc/release-ut-plan.md Defines UT scope, marker legend, current UT inventory, and prioritized UT backlog for release confidence.
doc/release-check-list.md Adds a sign-off checklist with UT/E2E/manual markers across FRE, agent pane, autofix, sessions, hooks, and packaging.
doc/release-automation-plan.md Outlines automation layers and proposes a fake ACP agent + local runner to reduce manual release testing.

Comment thread doc/release-ut-plan.md
Comment on lines +65 to +72
| Settings JSON / actions | `DeserializationTests.cpp`, `CommandTests.cpp`, `SerializationTests.cpp` | present |
| Session Enter routing | `tools\wta\src\session_mgmt.rs` (27 tests) | strong |
| Session state/origin | `tools\wta\src\agent_sessions.rs` (67 markers) | strong |
| Slash commands | `tools\wta\src\slash_command_tests.rs` | partial (help/clear/new/stop) |
| CLI parse / sessions list | `tools\wta\src\cli_tests.rs` | strong |
| Agent registry | `tools\wta\src\agent_registry.rs` (8 tests) | strong |
| ACP failure classification | `tools\wta\src\protocol\acp\failure.rs` (6 tests) | strong |
| Runtime paths | `tools\wta\src\runtime_paths.rs` (3 tests) | present |
@github-actions

This comment has been minimized.

vanzue and others added 5 commits June 12, 2026 11:03
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

This comment has been minimized.

vanzue and others added 3 commits June 12, 2026 11:30
commands.fix.summary was missing from all 88 non-en-US locales; the other
slash-command summaries (help/clear/new/restart/stop/sessions) lagged in a
subset. Backfill every locale to full key-parity with en-US.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ales)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions

This comment has been minimized.

vanzue and others added 6 commits June 12, 2026 11:55
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Adds KeyBindingsTests::AgentActionsParse (openAgentPane/focusAgentPane/
openAgentSessions/openBackgroundAgent + commandPalette agentDelegation parse).
Remaining checklist [UT+] items were already covered by the settings
round-trip / keybinding / effective-delegate tests added earlier; markers
updated accordingly. Session-management-persists reclassified [UT~][E2E]
(hook install on Save, not a settings bool).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…e UT)

Invoke-ReleaseTests.ps1: copies release-check-list.md into a timestamped run
folder, then builds and runs the Rust (cargo) and C++ (TAEF) unit tests,
writing per-side logs + run-summary.md and exiting non-zero on any failure.
-AgentOnly scopes the C++ run to the agent-feature classes for a deterministic
gate (the full SettingsModel suite has inherited env-dependent tests).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
UT belongs in the test suites / CI, not in a release-validation runner script.
Reverting to plan the mock-agent E2E approach separately.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
vanzue and others added 3 commits June 12, 2026 16:23
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.

3 participants