mirror of
https://github.com/apache/superset.git
synced 2026-09-05 06:51:48 +00:00
The FE's query port accepts connections, and can even run metadata statements like CREATE DATABASE, before the BE (execution backend) has registered with it -- an actual CREATE TABLE/INSERT then fails with "Backend node not found. Check if any backend node is down." (confirmed on real CI). Replace the bare CREATE DATABASE readiness check with a throwaway create-table-and-insert probe that exercises the exact operations the tests below need.