Import ClientFlow production v4928.1.5.132.4

This commit is contained in:
plx
2026-07-29 13:11:01 +00:00
parent 6445044ac6
commit 261d342057
405 changed files with 48373 additions and 1401 deletions

View File

@@ -0,0 +1,15 @@
# ClientFlow E2E Failure Hunt DB URL Fix
Corrige o runner `failure_hunt_audit.py` para:
- aceitar `DATABASE_URL` no formato SQLAlchemy `postgresql+psycopg://...`;
- converter esse URL para `postgresql://...` antes de chamar `psycopg.connect()`;
- não abortar o relatório se uma secção exploratória falhar;
- continuar a escrever `latest_failure_hunt_report.md` e `latest_failure_hunt_findings.json`.
Aplicar:
```bash
unzip -o clientflow_e2e_failure_hunt_dbfix_overlay.zip -d .
chmod +x e2e_test_lab/scripts/*.sh
```