save progress

This commit is contained in:
StellaOps Bot
2026-01-03 00:47:24 +02:00
parent 3f197814c5
commit ca578801fd
319 changed files with 32478 additions and 2202 deletions

View File

@@ -0,0 +1,24 @@
# Messaging Valkey Transport Tests Agent Charter
## Mission
- Validate Valkey transport behavior with integration coverage for queues and idempotency.
## Responsibilities
- Keep tests opt-in and skip cleanly when Docker/Valkey is unavailable.
- Ensure tests are deterministic and avoid non-ASCII output.
## Required Reading
- docs/07_HIGH_LEVEL_ARCHITECTURE.md
- docs/modules/router/architecture.md
## Working Directory & Scope
- Primary: src/Router/__Tests/StellaOps.Messaging.Transport.Valkey.Tests
- Allowed shared projects: src/Router/__Libraries/StellaOps.Messaging.Transport.Valkey
## Testing Expectations
- Use the Valkey container fixture with opt-in env gating.
- Add tests for cache, event streams, rate limiting, sorted index, and token store as needed.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep outputs deterministic and avoid non-ASCII logs.

View File

@@ -0,0 +1,10 @@
# StellaOps.Messaging.Transport.Valkey.Tests Task Board
This board mirrors active sprint tasks for this module.
Source of truth: `docs/implplan/SPRINT_20251229_049_BE_csproj_audit_maint_tests.md`.
| Task ID | Status | Notes |
| --- | --- | --- |
| AUDIT-0384-M | DONE | Maintainability audit for Valkey transport tests. |
| AUDIT-0384-T | DONE | Test coverage audit for Valkey transport tests. |
| AUDIT-0384-A | DONE | Waived (test project). |