mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 11:01:06 +08:00
GCS adapts to node table pub sub (#8209)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user