Skip to content

test: add full core-components coverage plan#824

Open
kvinwang wants to merge 4 commits into
docs/test-methodology-toolfrom
test/full-core-coverage-plan
Open

test: add full core-components coverage plan#824
kvinwang wants to merge 4 commits into
docs/test-methodology-toolfrom
test/full-core-coverage-plan

Conversation

@kvinwang

Copy link
Copy Markdown
Collaborator

Summary

  • add a source-derived full test plan for Guest OS, VMM, KMS, Gateway, Verifier, and cross-component integration
  • inventory every relevant source file, RPC method/message/field, example configuration field, and source-only configuration field with reverse test-case traceability
  • cover functional, regression, security, lifecycle, simulator-versus-hardware, and pinned mixed-version compatibility behavior
  • add the PR docs: add KMS upgrade plan for operators #705 KMS onboard matrix, including the 0.5.4 bridge, 0.5.8/0.5.11 direct paths, legacy TDX constraint, RA-TLS OID rejection, ACPI age matching, identity continuity, rollback, and post-KMS gateway cutover

Scale

  • 6 chapters
  • 55 sections
  • 361 test cases
  • 106 RPC methods
  • 147 protobuf message schemas / 502 fields
  • 214 example configuration leaves plus 43 source-only configuration field names
  • 653 inventoried source files, all mapped to valid test cases

Validation

  • python3 -m unittest discover -s tools/dstack-test/tests -v
  • prek run --all-files
  • reuse lint
  • git diff --check
  • plan loader/render validation
  • duplicate ID, anchor, link, API/config reference, and source-map consistency audit (0 errors)

Dependency

Stacked on #823 (docs/test-methodology-tool) because this plan uses the test-plan format and runner introduced there.

Copilot AI review requested due to automatic review settings July 23, 2026 11:37

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.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

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.

2 participants