[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:
Stephanie Wang
2020-08-27 10:19:53 -07:00
committed by GitHub
parent 0aec4cbccb
commit f75dfd60a3
56 changed files with 239 additions and 1267 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
import json
import os
import signal
import sys
@@ -145,10 +144,10 @@ def check_components_alive(cluster, component_type, check_component_alive):
[{
"num_cpus": 8,
"num_nodes": 4,
"_internal_config": json.dumps({
"_system_config": {
# Raylet codepath is not stable with a shorter timeout.
"num_heartbeats_timeout": 10
}),
},
}],
indirect=True)
def test_raylet_failed(ray_start_cluster):