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,26 @@
# Infrastructure Postgres Tests Agent Charter
## Mission
- Validate Infrastructure.Postgres migration and fixture behaviors with deterministic integration tests.
## Responsibilities
- Maintain Testcontainers-based coverage for migrations and fixtures.
- Keep tests categorized for CI selection and handle Docker availability gracefully.
- Ensure test data and schema naming remain deterministic and cleaned up.
## Required Reading
- src/__Libraries/StellaOps.Infrastructure.Postgres/AGENTS.md
- src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing/AGENTS.md
- docs/modules/platform/architecture-overview.md
## Working Directory & Scope
- Primary: src/__Libraries/__Tests/StellaOps.Infrastructure.Postgres.Tests
- Allowed shared libs/tests: src/__Libraries/StellaOps.Infrastructure.Postgres, src/__Tests/__Libraries/StellaOps.Infrastructure.Postgres.Testing
## Testing Expectations
- Integration tests must be tagged as Integration and isolated per schema.
- Skip or gate tests when Docker/Testcontainers is unavailable.
## Working Agreement
- Update sprint status in docs/implplan/SPRINT_*.md and local TASKS.md.
- Keep test artifacts deterministic and clean up schemas after runs.

View File

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