test(auto_debug): add missing @tdd_issue tags per CI quality gate (issue #10496)
CI / lint (pull_request) Successful in 46s
CI / build (pull_request) Successful in 44s
CI / typecheck (pull_request) Successful in 1m19s
CI / quality (pull_request) Successful in 1m5s
CI / helm (pull_request) Successful in 25s
CI / security (pull_request) Successful in 2m9s
CI / push-validation (pull_request) Successful in 28s
CI / unit_tests (pull_request) Failing after 6m21s
CI / docker (pull_request) Has been skipped
CI / coverage (pull_request) Has been skipped
CI / integration_tests (pull_request) Successful in 6m42s
CI / status-check (pull_request) Failing after 11s

The feature file for auto-debug state mutation tests was missing required
TDD tags (@tdd_issue, @tdd_issue_10496). This caused CI / tdd_quality_gate
to fail the tag validation check. Added minimal tagging to pass CI while
keeping the fix PR's scenarios passing (no @tdd_expected_fail needed since
the underlying bug is being fixed).
This commit is contained in:
2026-05-14 05:41:48 +00:00
parent b908cc6499
commit e0d7c6f3aa
@@ -1,3 +1,4 @@
@tdd_issue @tdd_issue_10496
Feature: AutoDebug node functions must not mutate state in-place
As a LangGraph developer
I want AutoDebug node functions to return new state dicts