mirror of
https://github.com/wassname/ray.git
synced 2026-07-29 11:26:04 +08:00
Implement async get for direct actor call (#6339)
This commit is contained in:
@@ -63,6 +63,13 @@ def ray_start_regular(request):
|
||||
yield res
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def ray_start_regular_shared(request):
|
||||
param = getattr(request, "param", {})
|
||||
with _ray_start(**param) as res:
|
||||
yield res
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def ray_start_2_cpus(request):
|
||||
param = getattr(request, "param", {})
|
||||
|
||||
Reference in New Issue
Block a user