mirror of
https://github.com/wassname/ray.git
synced 2026-08-19 12:30:27 +08:00
Different approach to removing RayGetError (#3471)
This commit is contained in:
@@ -408,7 +408,7 @@ def test_actor_creation_node_failure(ray_start_cluster):
|
||||
for i, out in enumerate(children_out):
|
||||
try:
|
||||
ray.get(out)
|
||||
except ray.worker.RayGetError:
|
||||
except ray.worker.RayTaskError:
|
||||
children[i] = Child.remote(death_probability)
|
||||
# Remove a node. Any actor creation tasks that were forwarded to this
|
||||
# node must be reconstructed.
|
||||
|
||||
Reference in New Issue
Block a user