mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 18:45:03 +08:00
Fix test_raylet_pending_tasks test case failed (#7636)
This commit is contained in:
@@ -300,7 +300,10 @@ def test_raylet_pending_tasks(shutdown_only):
|
||||
def __init__(self):
|
||||
self.a = [ActorRequiringGPU.remote() for i in range(4)]
|
||||
|
||||
ParentActor.remote()
|
||||
# If we do not get ParentActor actor handler, reference counter will
|
||||
# terminate ParentActor.
|
||||
parent_actor = ParentActor.remote()
|
||||
assert parent_actor is not None
|
||||
|
||||
def test_pending_actor(ray_addresses):
|
||||
webui_url = ray_addresses["webui_url"].replace("localhost",
|
||||
|
||||
Reference in New Issue
Block a user