Use status 404 in more places when appropriate #7766
ci.yaml
on: pull_request
Prepare Python dependencies
7s
Check ruff-format
13s
Check ruff
18s
Check Dockerfile
6s
Check executables
14s
Check JSON
18s
Check pylint
38s
Process test coverage
0s
Annotations
10 errors and 8 warnings
Run tests Python 3.12.7:
tests/api/test_addons.py#L60
test_addons_info_not_installed
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:40203/addons/local_ssh/info'
|
Run tests Python 3.12.7:
tests/api/test_jobs.py#L219
test_job_manual_cleanup
AssertionError: assert 'Job does not exist' == 'No job found...d16274ba668ef'
- No job found with id b49a1240600241c6913d16274ba668ef
+ Job does not exist
|
Run tests Python 3.12.7:
tests/api/test_mounts.py#L280
test_api_update_error_mount_missing
AssertionError: assert 404 == 400
+ where 404 = <ClientResponse(http://127.0.0.1:38871/mounts/backup_test) [404 Not Found]>\n<CIMultiDictProxy('Content-Type': 'applica...set=utf-8', 'Content-Length': '68', 'Date': 'Wed, 11 Dec 2024 19:33:29 GMT', 'Server': 'Python/3.12 aiohttp/3.11.10')>\n.status
|
Run tests Python 3.12.7:
tests/api/test_mounts.py#L407
test_api_reload_error_mount_missing
AssertionError: assert 404 == 400
+ where 404 = <ClientResponse(http://127.0.0.1:39505/mounts/backup_test/reload) [404 Not Found]>\n<CIMultiDictProxy('Content-Type': '...set=utf-8', 'Content-Length': '68', 'Date': 'Wed, 11 Dec 2024 19:33:30 GMT', 'Server': 'Python/3.12 aiohttp/3.11.10')>\n.status
|
Run tests Python 3.12.7:
tests/api/test_mounts.py#L443
test_api_delete_error_mount_missing
AssertionError: assert 404 == 400
+ where 404 = <ClientResponse(http://127.0.0.1:35867/mounts/backup_test) [404 Not Found]>\n<CIMultiDictProxy('Content-Type': 'applica...set=utf-8', 'Content-Length': '68', 'Date': 'Wed, 11 Dec 2024 19:33:30 GMT', 'Server': 'Python/3.12 aiohttp/3.11.10')>\n.status
|
Run tests Python 3.12.7:
tests/api/test_store.py#L61
test_api_store_addons_addon
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:46633/store/addons/test_store_addon'
|
Run tests Python 3.12.7:
tests/api/test_store.py#L71
test_api_store_addons_addon_version
aiohttp.client_exceptions.ContentTypeError: 500, message='Attempt to decode JSON with unexpected mimetype: text/plain; charset=utf-8', url='http://127.0.0.1:36557/store/addons/test_store_addon/1.0.0'
|
Run tests Python 3.12.7:
tests/api/test_store.py#L209
test_api_store_addons_no_changelog[store/addons]
AssertionError: assert 500 == 200
+ where 500 = <ClientResponse(http://127.0.0.1:45595/store/addons/test_store_addon/changelog) [500 Internal Server Error]>\n<CIMultiD...ngth': '55', 'Date': 'Wed, 11 Dec 2024 19:33:54 GMT', 'Server': 'Python/3.12 aiohttp/3.11.10', 'Connection': 'close')>\n.status
|
Run tests Python 3.12.7:
tests/api/test_store.py#L209
test_api_store_addons_no_changelog[addons]
AssertionError: assert 500 == 200
+ where 500 = <ClientResponse(http://127.0.0.1:40309/addons/test_store_addon/changelog) [500 Internal Server Error]>\n<CIMultiDictPro...ngth': '55', 'Date': 'Wed, 11 Dec 2024 19:33:55 GMT', 'Server': 'Python/3.12 aiohttp/3.11.10', 'Connection': 'close')>\n.status
|
Run tests Python 3.12.7:
tests/api/test_store.py#L237
test_api_detached_addon_changelog[store/addons]
AssertionError: assert 500 == 200
+ where 500 = <ClientResponse(http://127.0.0.1:35841/store/addons/local_ssh/changelog) [500 Internal Server Error]>\n<CIMultiDictProx...ngth': '55', 'Date': 'Wed, 11 Dec 2024 19:33:55 GMT', 'Server': 'Python/3.12 aiohttp/3.11.10', '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 Dockerfile
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 executables
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 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.7
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|