Files
cleveragents-core/features
HAL9000 42c83d149c
CI / push-validation (pull_request) Successful in 27s
CI / lint (pull_request) Successful in 31s
CI / helm (pull_request) Successful in 33s
CI / build (pull_request) Successful in 38s
CI / quality (pull_request) Successful in 1m3s
CI / typecheck (pull_request) Successful in 1m6s
CI / security (pull_request) Successful in 1m9s
CI / unit_tests (pull_request) Successful in 4m11s
CI / docker (pull_request) Successful in 1m30s
CI / integration_tests (pull_request) Successful in 8m2s
CI / coverage (pull_request) Successful in 8m41s
CI / status-check (pull_request) Successful in 4s
fix(test): rename ambiguous step to avoid conflict with plan_explain_steps
The step "I build the decision tree with default options" was already
defined in features/steps/plan_explain_steps.py:268. This caused
behave.step_registry.AmbiguousStep during step loading, which crashed
all 31 parallel workers before any scenario could run (0 scenarios,
31 errored at feature level).

Rename the When step in the TDD feature and its step definition to
"I build the correction TDD test decision tree" — unique across the
entire features/steps/ directory.

ISSUES CLOSED: #8576
2026-06-02 18:42:43 -04:00
..