refactor: Clean up DB sessions consistently #2225
Annotations
9 errors and 2 warnings
quetz/tests/test_jobs.py#L168
test_create_job
AttributeError: 'str' object has no attribute 'sqlalchemy_database_url'
|
quetz/tests/test_jobs.py#L193
test_run_tasks_only_on_new_versions
AttributeError: 'str' object has no attribute 'sqlalchemy_database_url'
|
quetz/tests/test_jobs.py#L254
test_running_task
AssertionError: assert <TaskStatus.p...ng: 'pending'> == <TaskStatus.r...ng: 'running'>
- running
+ pending
|
quetz/tests/test_jobs.py#L294
test_restart_worker_process[None]
AssertionError: assert <TaskStatus.p...ng: 'pending'> == <TaskStatus.r...ng: 'running'>
- running
+ pending
|
quetz/tests/test_jobs.py#L294
test_restart_worker_process[*]
AssertionError: assert <TaskStatus.p...ng: 'pending'> == <TaskStatus.r...ng: 'running'>
- running
+ pending
|
quetz/tests/test_jobs.py#L320
test_failed_task
AssertionError: Regex pattern did not match.
Regex: 'some exception'
Input: "'str' object has no attribute 'sqlalchemy_database_url'"
|
quetz/tests/test_workers.py#L146
test_threading_worker_execute[threading_worker]
AttributeError: 'str' object has no attribute 'sqlalchemy_database_url'
|
quetz/tests/test_workers.py#L146
test_threading_worker_execute[subprocess_worker]
AttributeError: 'str' object has no attribute 'sqlalchemy_database_url'
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading