Commit Graph

1 Commits

Author SHA1 Message Date
CoreRasurae b98c99d93e test(integration): add BDD scenarios for full hierarchical plan 4-phase lifecycle execution
CI / push-validation (pull_request) Successful in 20s
CI / build (pull_request) Successful in 32s
CI / lint (pull_request) Successful in 37s
CI / helm (pull_request) Successful in 41s
CI / quality (pull_request) Successful in 51s
CI / typecheck (pull_request) Successful in 1m7s
CI / security (pull_request) Successful in 1m25s
CI / unit_tests (pull_request) Successful in 6m37s
CI / docker (pull_request) Successful in 1m34s
CI / integration_tests (pull_request) Failing after 18m31s
CI / coverage (pull_request) Successful in 11m2s
CI / status-check (pull_request) Failing after 3s
Adds BDD integration tests (Forgejo #10270) verifying that child plans
independently complete all four lifecycle phases: Strategize, Decompose,
Execute, and Validate.

Scenarios covered:
- Happy path: 2-level parent-child hierarchy with full phase execution
- Checkpoint: on_subplan_spawn checkpoint creation verification
- Max-child-depth: decomposition respects depth limits
- Aggregation: parent plan aggregates child results
- Failure handling: parent captures child plan failures
- Nested: 3-level grandchild hierarchy cascading

Uses real (non-mocked) service implementations in in-memory mode.

ISSUES CLOSED: #10270
2026-05-28 00:05:08 -04:00