mirror of
https://github.com/wassname/ray.git
synced 2026-07-08 03:46:18 +08:00
GCS server error handling for actor creation (#8899)
This commit is contained in:
@@ -308,7 +308,7 @@ def test_actor_restart_on_node_failure(ray_start_cluster):
|
||||
def ready(self):
|
||||
return
|
||||
|
||||
actor = RestartableActor.remote()
|
||||
actor = RestartableActor.options(detached=True).remote()
|
||||
ray.get(actor.ready.remote())
|
||||
results = [actor.increase.remote() for _ in range(100)]
|
||||
# Kill actor node, while the above task is still being executed.
|
||||
|
||||
Reference in New Issue
Block a user