mz_testdrive::action::sql

Function try_run_sql

Source
async fn try_run_sql(
    state: &mut State,
    query: &str,
    expected_output: &SqlOutput,
    should_retry: bool,
) -> Result<(), Error>