feat(A): Phase A — Stabilität verifiziert, Test-Pipeline dokumentiert
A-VERIFY: Python compile ✅, Dependencies ✅, Frontend TSC+Build ✅, App Import (485 routes) ✅, Redis ✅, PostgreSQL ✅, Worker Import ✅, Production Health 200 ✅, Production Login 200 ✅, Auth/Resilience/Hooks 57/57 ✅, Contacts/Companies/Plugins 88/88 ✅ A-TEST: 8-Check Pipeline dokumentiert, 6/8 grün, 2 ⚠️ (RLS policy not found, Test-Isolation) A-PERF: Production Baseline (Health ~45ms, Login ~48ms) A-RESTORE: restore_test.sh verifiziert, benötigt TEST_DATABASE_URL A-DOC: test-strategy.md um 8-Check-Pipeline + Verifikationsergebnisse ergänzt Gefundene Probleme: 1. RLS-Policies nicht in Test-DB (conftest.py nutzt create_all statt Alembic) → T-RLS 2. Test-Isolation: test_tenant.py 15 Batch-Failures (DB-Lock-Konflikte) → T-PARALLEL 3. Vitest Worker-Crashes (7/96, Resource-Limits) → --pool=forks 4. api-audit.md war versehentlich gelöscht → wiederhergestellt Alle Phase A Tasks: review
This commit is contained in:
+6
-5
@@ -1,7 +1,7 @@
|
||||
# LeoPlatform — Fortschritts-Tracking
|
||||
|
||||
> **Letztes Update:** 2026-08-13
|
||||
> **Status:** Planung abgeschlossen — bereit für Phase A
|
||||
> **Status:** Phase A — in_progress
|
||||
|
||||
---
|
||||
|
||||
@@ -29,10 +29,11 @@
|
||||
|
||||
| Task | Status | Forgejo Issue | Verifiziert |
|
||||
|------|-------|---------------|------------|
|
||||
| A-VERIFY | `not_started` | — | — |
|
||||
| A-TEST | `not_started` | — | — |
|
||||
| A-PERF | `not_started` | — | — |
|
||||
| A-DOC | `not_started` | — | — |
|
||||
| A-VERIFY | `review` | — | ✅ Python compile, Dependencies, Frontend TSC+Build, App Import (485 routes), Redis, PostgreSQL, Worker Import, Production Health 200, Production Login 200, Auth/Resilience/Hooks 57/57 passed, Contacts/Companies/Plugins passed. ⚠️ Test-Isolation: test_tenant.py 15 failures im Batch (Einzeltests passen), DB-Lock-Konflikte. api-audit.md wiederhergestellt |
|
||||
| A-TEST | `review` | — | 8-Check Pipeline: ✅ TypeScript Check (0 errors), ✅ Frontend Build (3.5s), ✅ Health 200 (prod), ✅ Login 200 (prod), ✅ Backend Tests (Auth/Resilience/Hooks 57/57, Contacts/Companies/Plugins 88/88), ✅ Frontend Tests (744/751, 7 worker crashes), ⚠️ Cross-Tenant: 7/8 passed, 1 failed (RLS policy not found — conftest.py nutzt create_all statt Alembic, RLS-Policies aus Migration 0004/0078 werden nicht erstellt), ⚠️ Test-Isolation: test_tenant.py 15 batch failures (DB-Lock-Konflikte, Einzeltests passen). RLS-Problem = T-RLS Task |
|
||||
| A-PERF | `review` | — | ✅ Production Baseline: Health 33-74ms (avg ~45ms), Login 22-63ms (avg ~48ms), API Docs 404 (nicht deployed). Frontend Build 3.5s. pytest collect 2.5s. Keine DB-Query-Counts messbar ohne App-Start mit Profiling |
|
||||
| A-RESTORE | `review` | — | ✅ `scripts/restore_test.sh` existiert (109 Zeilen), prüft: DB-Restore, Migrationen, Data-Integrity, RLS. Benötigt `TEST_DATABASE_URL` um zu laufen. Noch nicht als ARQ-Cron-Job eingerichtet — das ist ein Phase A Folgetask |
|
||||
| A-DOC | `review` | — | ✅ `docs/test-strategy.md` aktualisiert: 8-Check-Pipeline verbindlich, Phase A Verifikationsergebnisse dokumentiert, 4 Test-Infrastruktur-Probleme bestätigt (RLS, Test-Isolation, Vitest Worker-Crashes, pytest-Laufzeit) |
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user