Check password early on backup restore #7829
Triggered via pull request
December 31, 2024 11:32
Status
Cancelled
Total duration
5m 10s
Artifacts
–
ci.yaml
on: pull_request
Prepare Python dependencies
6s
Check ruff-format
11s
Check ruff
13s
Check Dockerfile
5s
Check executables
11s
Check JSON
12s
Check pylint
40s
Process test coverage
0s
Annotations
11 errors and 8 warnings
Check pylint
Process completed with exit code 4.
|
Run tests Python 3.12.8
Canceling since a higher priority waiting request for 'CI-refs/pull/5519/merge' exists
|
Run tests Python 3.12.8:
tests/backups/test_manager.py#L216
test_do_restore_full
supervisor.exceptions.JobException
|
Run tests Python 3.12.8:
tests/backups/test_manager.py#L249
test_do_restore_full_different_addon
supervisor.exceptions.JobException
|
Run tests Python 3.12.8:
tests/backups/test_manager.py#L276
test_do_restore_partial_minimal
supervisor.exceptions.JobException
|
Run tests Python 3.12.8:
tests/backups/test_manager.py#L300
test_do_restore_partial_maximal
supervisor.exceptions.JobException
|
Run tests Python 3.12.8:
tests/backups/test_manager.py#L365
test_fail_invalid_partial_backup
supervisor.exceptions.JobException
|
Run tests Python 3.12.8:
tests/backups/test_manager.py#L412
test_restore_error
supervisor.exceptions.JobException
|
Run tests Python 3.12.8:
tests/backups/test_manager.py#L1821
test_monitoring_after_full_restore
supervisor.exceptions.JobException
|
Run tests Python 3.12.8:
tests/backups/test_manager.py#L1838
test_monitoring_after_partial_restore
supervisor.exceptions.JobException
|
Run tests Python 3.12.8
The operation was canceled.
|
Prepare Python dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check Dockerfile
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check executables
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check ruff
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check ruff-format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check JSON
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check pylint:
supervisor/backups/backup.py#L374
W0718: Catching too general exception Exception (broad-exception-caught)
|