Fix actor reconstruction with direct call (#6570)

This commit is contained in:
Zhijun Fu
2019-12-26 10:59:50 +08:00
committed by Hao Chen
parent be23b3ac41
commit d2bba596ab
16 changed files with 140 additions and 84 deletions
-1
View File
@@ -836,7 +836,6 @@ def test_actor_init_fails(ray_start_cluster_head):
assert results == [1 for actor in actors]
@pytest.mark.skipif(RAY_FORCE_DIRECT, reason="no ft yet")
def test_reconstruction_suppression(ray_start_cluster_head):
cluster = ray_start_cluster_head
num_nodes = 5