Import ClientFlow production v4928.1.5.132.4
This commit is contained in:
15
E2E_FAILURE_HUNT_DBFIX_README.md
Normal file
15
E2E_FAILURE_HUNT_DBFIX_README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user