Different approach to removing RayGetError (#3471)

This commit is contained in:
Eric Liang
2018-12-12 20:30:51 -08:00
committed by GitHub
parent 20c7fad4f4
commit 0e00533ed4
4 changed files with 92 additions and 105 deletions
+1 -1
View File
@@ -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.