mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 05:01:29 +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,4 +1,3 @@
|
||||
import json
|
||||
import os
|
||||
import signal
|
||||
import sys
|
||||
@@ -138,9 +137,9 @@ def check_components_alive(cluster, component_type, check_component_alive):
|
||||
"ray_start_cluster", [{
|
||||
"num_cpus": 8,
|
||||
"num_nodes": 4,
|
||||
"_internal_config": json.dumps({
|
||||
"_system_config": {
|
||||
"num_heartbeats_timeout": 100
|
||||
}),
|
||||
},
|
||||
}],
|
||||
indirect=True)
|
||||
def test_raylet_failed(ray_start_cluster):
|
||||
|
||||
Reference in New Issue
Block a user