|
All checks were successful
CI / changes (pull_request) Successful in 8s
CI Trade-In / changes (pull_request) Successful in 10s
CI Trade-In / backend-tests (pull_request) Has been skipped
CI Trade-In / frontend-checks (pull_request) Has been skipped
CI / frontend-tests (pull_request) Has been skipped
CI / openapi-codegen-check (pull_request) Successful in 2m1s
CI / backend-tests (pull_request) Successful in 15m19s
krt_lookup (×2), okn_lookup, ppt_tep_lookup, riasurt_lookup, premises_lookup, ird_analyze._krt_at, and product_scoring._poi_weight_sum (both the centroid lookup and the compute_poi_weighted_top7 call) swallowed db.execute failures without a SAVEPOINT, leaving the shared analyze/report session aborted for later queries. Wrap each swallow site in db.begin_nested(). locations.py's pass-1 infra/POI block uses a plain db.rollback() instead — its session is owned by the weekly location_refresh Celery task (own SessionLocal, verified single caller-chain), not shared, and nothing is pending at that point. Refs #2464 (cluster A session-poisoning, Wave 2). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| affordability.py | ||
| confidence_engine.py | ||
| demand_normalization.py | ||
| demand_supply_forecast.py | ||
| macro_coefficient.py | ||
| macro_series.py | ||
| normalize.py | ||
| orchestrator.py | ||
| product_scoring.py | ||
| rate_sensitivity.py | ||
| recommendation.py | ||
| regression.py | ||
| report.py | ||
| report_assembler.py | ||
| sales_series.py | ||
| scenarios.py | ||
| special_indices.py | ||
| what_to_build.py | ||