pub(super) async fn drop_tables(testdata: &str, client: &Client)Expand description
Drops mview tables and seed tables. Queries the system catalog to find all existing MVs (catching any that were created server-side after a client-side timeout). Drops leaf MVs (those with no dependents) each iteration without CASCADE, so genuine dependency bugs surface as real errors rather than being silently swallowed.