mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 15:27:47 +08:00
GCS-Based actor management implementation (#6763)
* add gcs actor manager * fix test_metrics.py * fix TestTaskInfo * fix comment * fix comment * fix comment * fix comment * fix comment * fix comment * fix compile error * fix merge error Co-authored-by: senlin.zsl <senlin.zsl@antfin.com>
This commit is contained in:
@@ -227,7 +227,7 @@ def test_raylet_info_endpoint(shutdown_only):
|
||||
if child_actor_info["state"] == -1:
|
||||
assert child_actor_info["requiredResources"]["CustomResource"] == 1
|
||||
else:
|
||||
assert child_actor_info["state"] == 0
|
||||
assert child_actor_info["state"] == 1
|
||||
assert len(child_actor_info["children"]) == 0
|
||||
assert child_actor_info["usedResources"]["CPU"] == 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user