Closed Michaelvll closed 3 weeks ago
Fixes the issue with jobs introduced by #4169
Fixes #4211
Tested (run the relevant ones):
bash format.sh
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
pytest tests/test_smoke.py::test_job_pipeline
pytest tests/test_smoke.py::test_managed_jobs
pytest tests/test_smoke.py::test_managed_jobs_pipeline_failed_setup
conda deactivate; bash -i tests/backward_compatibility_tests.sh
Thanks @Michaelvll, does test_managed_jobs_pipeline_failed_setup also pass now?
test_managed_jobs_pipeline_failed_setup
Yes, it passed now. Merging.
Fixes the issue with jobs introduced by #4169
Fixes #4211
Tested (run the relevant ones):
bash format.sh
pytest tests/test_smoke.py
pytest tests/test_smoke.py::test_fill_in_the_name
pytest tests/test_smoke.py::test_job_pipeline
pytest tests/test_smoke.py::test_managed_jobs
pytest tests/test_smoke.py::test_managed_jobs_pipeline_failed_setup
conda deactivate; bash -i tests/backward_compatibility_tests.sh