tests_integration::test_util

Function setup_grpc_server

Source
pub async fn setup_grpc_server(
    store_type: StorageType,
    name: &str,
) -> (String, TestGuard, Arc<GrpcServer>)