Deprecate non-direct-call API (#7336)

This commit is contained in:
Edward Oakes
2020-02-27 10:37:23 -08:00
committed by GitHub
parent 55ccfb6089
commit d9027acaf2
16 changed files with 77 additions and 426 deletions
+1 -4
View File
@@ -4,7 +4,6 @@ import subprocess
import time
import ray
from ray import ray_constants
from ray.test_utils import (
RayTestTimeoutException,
run_string_as_driver,
@@ -480,9 +479,7 @@ print("success")
assert "success" in out
@pytest.mark.skipif(
ray_constants.direct_call_enabled(),
reason="fate sharing not implemented yet")
@pytest.mark.skip(reason="fate sharing not implemented yet")
def test_driver_exiting_when_worker_blocked(call_ray_start):
# This test will create some drivers that submit some tasks and then
# exit without waiting for the tasks to complete.