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