Files
cleveragents-core/features
HAL9000 1ffe40479c
CI / push-validation (pull_request) Successful in 26s
CI / helm (pull_request) Successful in 47s
CI / build (pull_request) Successful in 53s
CI / lint (pull_request) Successful in 1m0s
CI / quality (pull_request) Successful in 1m30s
CI / typecheck (pull_request) Successful in 1m32s
CI / security (pull_request) Successful in 1m34s
CI / e2e_tests (pull_request) Successful in 4m22s
CI / integration_tests (pull_request) Successful in 4m30s
CI / unit_tests (pull_request) Failing after 4m56s
CI / docker (pull_request) Has been skipped
CI / benchmark-publish (pull_request) Has been skipped
CI / coverage (pull_request) Successful in 13m17s
CI / status-check (pull_request) Failing after 0s
CI / benchmark-regression (pull_request) Successful in 1h12m0s
fix(plan-lifecycle): correct DoD gating test assertions
The test scenario 'validation_summary is populated after DoD evaluation'
was expecting 'total' and 'required_passed' keys which are not added by
the DoD evaluation. These keys are only present when the plan goes through
the Execute phase validation gate. The DoD evaluation only adds
'dod_evaluated', 'dod_all_passed', and 'dod' keys.

Updated the test to check for the 'dod' key instead, which correctly
reflects the structure of the validation_summary after DoD evaluation.

ISSUES CLOSED: #7927
2026-04-24 21:32:10 +00:00
..