mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 12:28:10 +08:00
Deprecate non-direct-call API (#7336)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user