Closed andylizf closed 2 weeks ago
Fixes #4273
Set[int]
job_id
ValueError
ux_utils
This fix prevents type errors and ensures clearer handling of duplicate job names.
Tested (run the relevant ones):
bash format.sh
sky jobs logs --controller --name =pipeline
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
conda deactivate; bash -i tests/backward_compatibility_tests.sh
@cblmemo PTAL, thanks!
Fixes #4273
Set[int]
to manage uniquejob_id
s for duplicate job names.ValueError
with improved messaging if multiple jobs with the same name exist.ux_utils
for clearer error display.This fix prevents type errors and ensures clearer handling of duplicate job names.
Tested (run the relevant ones):
bash format.sh
sky jobs logs --controller --name =pipeline
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
conda deactivate; bash -i tests/backward_compatibility_tests.sh