Tests: Test suite for a confident release#279
Draft
vanzue wants to merge 18 commits into
Draft
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
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 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 | |
This comment has been minimized.
This comment has been minimized.
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>
This comment has been minimized.
This comment has been minimized.
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>
This comment has been minimized.
This comment has been minimized.
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
References and Relevant Issues
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed
PR Checklist