Closed cblmemo closed 1 week ago
A user reports when launch a managed jobs, following assertion error appears:
File "sky/jobs/core.py", line 128, in launch assert len(controller_task.resources) == 1, controller_task ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is due to the multi-controller resources we introduces in #4053. Fixed now
Tested (run the relevant ones):
bash format.sh
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
conda deactivate; bash -i tests/backward_compatibility_tests.sh
A user reports when launch a managed jobs, following assertion error appears:
This is due to the multi-controller resources we introduces in #4053. Fixed now
Tested (run the relevant ones):
bash format.sh
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
conda deactivate; bash -i tests/backward_compatibility_tests.sh