Check if backup is still available when accessing #7836
ci.yaml
on: pull_request
Prepare Python dependencies
6s
Check ruff-format
13s
Check ruff
13s
Check Dockerfile
7s
Check executables
17s
Check JSON
13s
Check pylint
46s
Process test coverage
0s
Annotations
11 errors and 8 warnings
Check ruff-format
Process completed with exit code 1.
|
Run tests Python 3.12.8:
tests/api/test_backups.py#L53
test_backup_more_info
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:44079/backups/test/info'
|
Run tests Python 3.12.8:
tests/api/test_backups.py#L145
test_backup_to_location[backup_test-backup_dir0]
AssertionError: assert 'error' == 'ok'
- ok
+ error
|
Run tests Python 3.12.8:
tests/api/test_backups.py#L144
test_backup_to_location[None-backup_dir1]
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:41609/backups/5d1f7584/info'
|
Run tests Python 3.12.8:
tests/api/test_backups.py#L306
test_api_backup_restore_background[full-options0]
AssertionError: assert 500 == 200
+ where 500 = <ClientResponse(http://127.0.0.1:38103/backups/e07558f5/restore/full) [500 Internal Server Error]>\n<CIMultiDictProxy('...ngth': '55', 'Date': 'Thu, 02 Jan 2025 21:28:10 GMT', 'Server': 'Python/3.12 aiohttp/3.11.11', 'Connection': 'close')>\n.status
|
Run tests Python 3.12.8:
tests/api/test_backups.py#L306
test_api_backup_restore_background[partial-options1]
AssertionError: assert 500 == 200
+ where 500 = <ClientResponse(http://127.0.0.1:40841/backups/a9a20daa/restore/partial) [500 Internal Server Error]>\n<CIMultiDictProx...ngth': '55', 'Date': 'Thu, 02 Jan 2025 21:28:10 GMT', 'Server': 'Python/3.12 aiohttp/3.11.11', 'Connection': 'close')>\n.status
|
Run tests Python 3.12.8:
tests/api/test_backups.py#L457
test_restore_immediate_errors
AssertionError: assert 500 == 400
+ where 500 = <ClientResponse(http://127.0.0.1:46195/backups/test/restore/full) [500 Internal Server Error]>\n<CIMultiDictProxy('Cont...ngth': '55', 'Date': 'Thu, 02 Jan 2025 21:28:11 GMT', 'Server': 'Python/3.12 aiohttp/3.11.11', 'Connection': 'close')>\n.status
|
Run tests Python 3.12.8:
tests/api/test_backups.py#L549
test_cloud_backup_core_only[local_ssh]
AssertionError: assert 404 == 403
+ where 404 = <ClientResponse(http://127.0.0.1:39685/backups/test/restore/full) [404 Not Found]>\n<CIMultiDictProxy('Content-Type': '...set=utf-8', 'Content-Length': '52', 'Date': 'Thu, 02 Jan 2025 21:28:12 GMT', 'Server': 'Python/3.12 aiohttp/3.11.11')>\n.status
|
Run tests Python 3.12.8:
tests/api/test_backups.py#L585
test_upload_download
AssertionError: assert 500 == 200
+ where 500 = <ClientResponse(http://127.0.0.1:36557/backups/7fed74c8/download) [500 Internal Server Error]>\n<CIMultiDictProxy('Cont...ngth': '55', 'Date': 'Thu, 02 Jan 2025 21:28:12 GMT', 'Server': 'Python/3.12 aiohttp/3.11.11', 'Connection': 'close')>\n.status
|
Run tests Python 3.12.8:
tests/api/test_backups.py#L655
test_backup_with_extras[full-inputs0]
AssertionError: assert 500 == 200
+ where 500 = <ClientResponse(http://127.0.0.1:42057/backups/2e83dade/info) [500 Internal Server Error]>\n<CIMultiDictProxy('Content-...ngth': '55', 'Date': 'Thu, 02 Jan 2025 21:28:13 GMT', 'Server': 'Python/3.12 aiohttp/3.11.11', 'Connection': 'close')>\n.status
|
Run tests Python 3.12.8:
tests/api/test_backups.py#L655
test_backup_with_extras[partial-inputs1]
AssertionError: assert 500 == 200
+ where 500 = <ClientResponse(http://127.0.0.1:42691/backups/959bd0bc/info) [500 Internal Server Error]>\n<CIMultiDictProxy('Content-...ngth': '55', 'Date': 'Thu, 02 Jan 2025 21:28:14 GMT', 'Server': 'Python/3.12 aiohttp/3.11.11', 'Connection': 'close')>\n.status
|
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 executables
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 JSON
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 pylint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run tests Python 3.12.8
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|