mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 13:54:27 +08:00
Shard unit tests into medium sized files for test stability (#6398)
This commit is contained in:
@@ -8,6 +8,7 @@ import subprocess
|
||||
import time
|
||||
|
||||
import ray
|
||||
from ray import ray_constants
|
||||
from ray.test_utils import (
|
||||
RayTestTimeoutException,
|
||||
run_string_as_driver,
|
||||
@@ -483,6 +484,9 @@ print("success")
|
||||
assert "success" in out
|
||||
|
||||
|
||||
@pytest.mark.skipif(
|
||||
ray_constants.direct_call_enabled(),
|
||||
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