mirror of
https://github.com/wassname/ray.git
synced 2026-08-07 11:27:43 +08:00
[api] API deprecations and cleanups for 1.0 (internal_config and Checkpointable actor) (#10333)
* remove * internal config updates, remove Checkpointable * Lower object timeout default * remove json * Fix flaky test * Fix unit test
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import os
|
||||
import json
|
||||
import time
|
||||
import logging
|
||||
|
||||
@@ -42,9 +41,9 @@ cleanup_test_files()
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"ray_start_with_dashboard", [{
|
||||
"_internal_config": json.dumps({
|
||||
"_system_config": {
|
||||
"agent_register_timeout_ms": 5000
|
||||
})
|
||||
}
|
||||
}],
|
||||
indirect=True)
|
||||
def test_basic(ray_start_with_dashboard):
|
||||
|
||||
Reference in New Issue
Block a user