[New Scheduler] Refactor cluster resource scheduler (#10938)

This commit is contained in:
Alex Wu
2020-09-23 15:46:31 -07:00
committed by GitHub
parent ecdaaffc67
commit 295782d411
7 changed files with 594 additions and 563 deletions
+1 -1
View File
@@ -361,7 +361,7 @@ def test_ray_options(shutdown_only):
to_check = ["CPU", "GPU", "memory", "custom1"]
for key in to_check:
assert without_options[key] != with_options[key]
assert without_options[key] != with_options[key], key
assert without_options != with_options