Refactor Job manager routes #1218
main.yml
on: pull_request
shellcheck
4s
pytest-integration
9m 8s
client-generation
3m 20s
Matrix: pytest
Annotations
3 errors
pytest-integration:
diracx-routers/tests/test_job_manager.py#L878
test_kill_job_valid_job_id
AssertionError: assert 'Received' == <JobStatus.KILLED: 'Killed'>
- Killed
+ Received
|
pytest-integration:
diracx-routers/tests/test_job_manager.py#L928
test_kill_bulk_jobs_valid_job_ids
AssertionError: assert 'Submitting' == <JobStatus.KILLED: 'Killed'>
- Killed
+ Submitting
|
pytest-integration
Process completed with exit code 1.
|