mirror of
https://github.com/wassname/ray.git
synced 2026-07-13 17:45:08 +08:00
[New Scheduler] Don't start tasks if the owner is dead (#12050)
This commit is contained in:
@@ -12,7 +12,7 @@ import ray
|
||||
import ray.test_utils
|
||||
import ray.cluster_utils
|
||||
from ray.test_utils import (run_string_as_driver, get_non_head_nodes,
|
||||
wait_for_condition, new_scheduler_enabled)
|
||||
wait_for_condition)
|
||||
from ray.experimental.internal_kv import _internal_kv_get, _internal_kv_put
|
||||
|
||||
|
||||
@@ -943,7 +943,6 @@ def test_actor_creation_task_crash(ray_start_regular):
|
||||
}
|
||||
}],
|
||||
indirect=True)
|
||||
@pytest.mark.skipif(new_scheduler_enabled(), reason="todo hangs")
|
||||
def test_pending_actor_removed_by_owner(ray_start_regular):
|
||||
# Verify when an owner of pending actors is killed, the actor resources
|
||||
# are correctly returned.
|
||||
|
||||
Reference in New Issue
Block a user