[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,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):