[New Scheduler] Spillback from the queue of tasks assigned to the local node (#12084)

This commit is contained in:
Stephanie Wang
2020-11-17 19:13:59 -05:00
committed by GitHub
parent b5dfdb2a21
commit f6bdd5ab17
9 changed files with 170 additions and 63 deletions
-1
View File
@@ -91,7 +91,6 @@ def test_actor_load_balancing(ray_start_cluster):
ray.get(results)
@pytest.mark.skipif(new_scheduler_enabled(), reason="multi node broken")
def test_actor_lifetime_load_balancing(ray_start_cluster):
cluster = ray_start_cluster
cluster.add_node(num_cpus=0)