mirror of
https://github.com/wassname/ray.git
synced 2026-07-17 11:32:33 +08:00
[api] Initial API deprecations for Ray 1.0 (#10325)
This commit is contained in:
@@ -30,7 +30,7 @@ def ray_init_with_task_retry_delay():
|
||||
@pytest.mark.parametrize(
|
||||
"ray_start_regular", [{
|
||||
"object_store_memory": 150 * 1024 * 1024,
|
||||
"lru_evict": True,
|
||||
"_lru_evict": True,
|
||||
}],
|
||||
indirect=True)
|
||||
def test_actor_eviction(ray_start_regular):
|
||||
|
||||
Reference in New Issue
Block a user