GCS adapts to node table pub sub (#8209)

This commit is contained in:
fangfengbin
2020-05-05 18:34:41 +08:00
committed by GitHub
parent ee0eb44a32
commit 97430b2d0f
11 changed files with 143 additions and 46 deletions
-1
View File
@@ -102,7 +102,6 @@ def test_worker_stats(shutdown_only):
# Check that the rest of the processes are workers, 1 for each CPU.
assert len(reply.workers_stats) == num_cpus + 1
views = [view.view_name for view in reply.view_data]
assert "redis_latency" in views
assert "local_available_resource" in views
# Check that all processes are Python.
pids = [worker.pid for worker in reply.workers_stats]