save progress

This commit is contained in:
StellaOps Bot
2026-01-02 21:06:27 +02:00
parent f46bde5575
commit 3f197814c5
441 changed files with 21545 additions and 4306 deletions

View File

@@ -0,0 +1,31 @@
# Infrastructure Postgres Testing Agent Charter
## Mission
- Provide deterministic PostgreSQL integration test fixtures and helpers for module tests.
## Responsibilities
- Maintain Testcontainers setup, schema isolation, and migration helpers.
- Keep skip behavior safe when Docker/Testcontainers are unavailable.
- Align defaults with StellaOps.Infrastructure.Postgres and devops Postgres settings.
## Required Reading
- docs/modules/platform/architecture-overview.md
- docs/db/README.md
- src/__Libraries/StellaOps.Infrastructure.Postgres/AGENTS.md
## Working Directory & Scope
- Primary: src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing
- Allowed shared libs/tests: src/__Libraries/StellaOps.Infrastructure.Postgres, src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests
## Determinism & Guardrails
- Use fixed schema naming or deterministic suffixes for repeatable logs.
- Keep SQL and fixture behavior deterministic (UTC, stable ordering, no random defaults in assertions).
- Pin or allow override of the Postgres container image; avoid network calls beyond container startup.
## Testing Expectations
- Provide smoke tests or usage samples for fixtures where feasible.
- Test collections must serialize when sharing a database.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Avoid non-ASCII log output and keep error messages actionable.

View File

@@ -0,0 +1,10 @@
# StellaOps.Infrastructure.Postgres.Testing 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-0359-M | DONE | Maintainability audit for Infrastructure.Postgres.Testing. |
| AUDIT-0359-T | DONE | Test coverage audit for Infrastructure.Postgres.Testing. |
| AUDIT-0359-A | DONE | Waived (test project). |