pub async fn basic_server_connection_tests<C>(
    server: C,
    newdb_name: &str
) -> Result<(), Error>