test(acms): TDD failing tests for context tier runtime logic (bug #821) #1058

Merged
brent.edwards merged 2 commits from tdd/m5-context-tier-runtime into master 2026-03-19 22:24:42 +00:00

2 Commits

Author SHA1 Message Date
brent.edwards b5b45a6ff4 Merge branch 'master' into tdd/m5-context-tier-runtime
CI / lint (pull_request) Successful in 26s
CI / security (pull_request) Successful in 37s
CI / quality (pull_request) Successful in 43s
CI / typecheck (pull_request) Successful in 1m15s
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 22s
CI / unit_tests (pull_request) Successful in 2m17s
CI / integration_tests (pull_request) Successful in 2m48s
CI / docker (pull_request) Successful in 2m8s
CI / e2e_tests (pull_request) Successful in 6m34s
CI / coverage (pull_request) Successful in 4m47s
CI / benchmark-regression (pull_request) Successful in 38m11s
2026-03-19 22:14:57 +00:00
brent.edwards 1125e49d4f test(acms): TDD failing tests for context tier runtime logic (bug #821)
CI / lint (pull_request) Successful in 15s
CI / typecheck (pull_request) Successful in 53s
CI / security (pull_request) Successful in 50s
CI / quality (pull_request) Successful in 36s
CI / benchmark-publish (pull_request) Has been skipped
CI / build (pull_request) Successful in 27s
CI / unit_tests (pull_request) Successful in 4m8s
CI / e2e_tests (pull_request) Successful in 5m36s
CI / docker (pull_request) Successful in 1m46s
CI / coverage (pull_request) Failing after 13m37s
CI / integration_tests (pull_request) Failing after 17m51s
CI / benchmark-regression (pull_request) Successful in 40m58s
TDD expected-fail tests proving bug #821 exists: ContextTierService
has data models for hot/warm/cold tiers but no runtime logic for
promotion (cold→warm→hot on access), demotion (hot→warm→cold on
staleness), or eviction (budget overflow). The service methods either
do not exist or are no-ops.

Three Behave scenarios tagged @tdd_expected_fail @tdd_bug @tdd_bug_821:
1. Promotion on repeated access
2. Demotion on staleness
3. Eviction on hot tier budget overflow

One Robot Framework integration test with 3 subcommands.

ISSUES CLOSED: #840
2026-03-19 20:58:11 +00:00