Files
superset2/.github/workflows/bashlib.sh
Claude Code 053adcd604 ci: address review on E2E backend gunicorn switch
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.
2026-05-18 23:42:30 -05:00

12 KiB