TDD: agents actor list empty validation error test #634

Closed
opened 2026-03-07 23:05:49 +00:00 by freemo · 1 comment
Owner

Metadata

  • Commit Message: test(actor): add TDD failing tests for actor list empty validation error
  • Branch: tdd/actor-list-validation

Parent

Bug: #592agents actor list without actors throws validation error

Background and Context

Per CONTRIBUTING.md TDD Bug Fix Workflow. Bug #592 root cause: ActorRegistry.list_actors() calls ensure_built_in_actors() which constructs actor names using provider default model names with /. Multi-slash model names fail ActorService._normalize_name() validation.

Note: TDD tests already exist in PR #594 (opened by @brent.edwards, which also includes the fix). This issue is the formal tracking counterpart.

Acceptance Criteria

  • Behave BDD scenarios tagged @tdd_bug @tdd_bug_592 @tdd_expected_fail
  • Robot Framework integration smoke tests
  • ASV benchmark
  • Tests fail until bug #592 is fixed

Dependencies

  • Blocked by: #627, #628 (TDD infrastructure)
  • Blocks: #592 (bug fix)

Definition of Done

TDD tests reproducing bug #592 are merged to master.

## Metadata - **Commit Message**: `test(actor): add TDD failing tests for actor list empty validation error` - **Branch**: `tdd/actor-list-validation` ## Parent Bug: #592 — `agents actor list` without actors throws validation error ## Background and Context Per CONTRIBUTING.md TDD Bug Fix Workflow. Bug #592 root cause: `ActorRegistry.list_actors()` calls `ensure_built_in_actors()` which constructs actor names using provider default model names with `/`. Multi-slash model names fail `ActorService._normalize_name()` validation. **Note**: TDD tests already exist in PR #594 (opened by @brent.edwards, which also includes the fix). This issue is the formal tracking counterpart. ## Acceptance Criteria - [ ] Behave BDD scenarios tagged `@tdd_bug @tdd_bug_592 @tdd_expected_fail` - [ ] Robot Framework integration smoke tests - [ ] ASV benchmark - [ ] Tests fail until bug #592 is fixed ## Dependencies - Blocked by: #627, #628 (TDD infrastructure) - Blocks: #592 (bug fix) ## Definition of Done TDD tests reproducing bug #592 are merged to master.
freemo added this to the v3.2.0 milestone 2026-03-07 23:06:35 +00:00
Author
Owner

PM Note (Day 29) — Status

TDD failing test for #592 (actor list validation bug). Assigned to @brent.edwards who has the active branch and PR #594. This is part of the mandatory TDD workflow — the failing test must prove the bug exists before the fix can be merged.

Dependencies: Transitively blocked by #627/#628 (TDD infrastructure). Use @wip tag as interim workaround until @tdd_expected_fail is available.

**PM Note (Day 29) — Status** TDD failing test for #592 (actor list validation bug). Assigned to @brent.edwards who has the active branch and PR #594. This is part of the mandatory TDD workflow — the failing test must prove the bug exists before the fix can be merged. **Dependencies:** Transitively blocked by #627/#628 (TDD infrastructure). Use `@wip` tag as interim workaround until `@tdd_expected_fail` is available.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference
cleveragents/cleveragents-core#634
No description provided.