Skip to content

Add: PTO2 tensormap, orchestrator, coupling & boundary unit tests#644

Open
chenshengxin2026 wants to merge 2 commits intohw-native-sys:mainfrom
chenshengxin2026:ut-pto2-tensormap-orch
Open

Add: PTO2 tensormap, orchestrator, coupling & boundary unit tests#644
chenshengxin2026 wants to merge 2 commits intohw-native-sys:mainfrom
chenshengxin2026:ut-pto2-tensormap-orch

Conversation

@chenshengxin2026
Copy link
Copy Markdown
Contributor

Summary

Add 7 new C++ GoogleTest binaries covering PTO2 A2A3 runtime integration paths:

  • test_tensormap_edge: lookup saturation, cleanup collision, overlap paths
  • test_coupling / test_coupling_stub: producer-consumer coupling paths
  • test_orchestrator_submit: submit path validation
  • test_orchestrator_fatal: fatal reporting against initialized orchestrator
  • test_runtime_lifecycle: create/destroy end-to-end
  • test_boundary_edge: boundary condition coverage

Part 3 of 5 — split from #427. Depends on #642 (UT infrastructure).

Test plan

  • C++ UT build succeeds
  • All 7 new no_hardware test binaries pass

Move existing tests into hierarchical/, pto2_a2a3/, pto2_a5/, types/,
hardware/ subdirectories. Add shared test_helpers.h and stubs/test_stubs.cpp
for reusable test infrastructure. Introduce add_a2a3_pto2_runtime_test()
CMake helper for PTO2 runtime-linked tests.

No new test coverage — this is a structural reorganization to support
upcoming test additions.
Add 7 new C++ GoogleTest binaries covering PTO2 A2A3 runtime integration:
- test_tensormap_edge: lookup saturation, cleanup collision, overlap paths
- test_coupling / test_coupling_stub: producer-consumer coupling paths
- test_orchestrator_submit: submit path validation
- test_orchestrator_fatal: fatal reporting against initialized orchestrator
- test_runtime_lifecycle: create/destroy end-to-end
- test_boundary_edge: boundary condition coverage
@gemini-code-assist
Copy link
Copy Markdown

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests 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.

1 participant