pub async fn basic_server_connection_tests<C>(
    server: C,
    newdb_name: &str
) -> impl Future<Output = Result<(), Error>>where
    C: AsyncStorageConnection,