mirror of
https://github.com/apache/superset.git
synced 2026-05-25 17:55:15 +00:00
Per @Copilot's PR review:
1. cypress-run-all now polls /health for up to 60s before launching
Cypress, mirroring playwright-run. Avoids a race where the first
spec hits the server before gunicorn finishes binding.
2. cypress-run-all now installs an EXIT trap that emits the gunicorn
log and kills the process — so a test-runner failure under set -e
still leaves us with the backend log and no orphan gunicorn.
3. Renamed flasklog / flaskProcessId to serverlog / serverPid and
updated log group titles ("Flask log" -> "gunicorn log") in both
functions. The descriptive comments still mention `flask run` for
historical context.
12 KiB
12 KiB