Skip to content

Store pytest durations #10

Store pytest durations

Store pytest durations #10

Triggered via schedule January 19, 2026 06:43
Status Cancelled
Total duration 6h 0m 19s
Artifacts
Run pytest and store durations
6h 0m
Run pytest and store durations
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 10 warnings
Run pytest and store durations
The job has exceeded the maximum execution time of 6h0m0s
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v2/test_files.py#L401
test_mcp_servers_file_replacement assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v2/test_files.py#L363
test_upload_files_with_different_extensions_same_name assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v2/test_files.py#L329
test_upload_files_without_extension_creates_unique_names assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v2/test_files.py#L271
test_upload_files_with_same_name_creates_unique_names assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v2/test_files.py#L221
test_upload_list_delete_and_validate_files assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v2/test_files.py#L202
test_edit_file assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v2/test_files.py#L185
test_delete_file assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v2/test_files.py#L168
test_list_files assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v2/test_files.py#L149
test_download_file assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v2/test_files.py#L134
test_upload_file AssertionError: Expected 201, got 500: {'detail': "Database error: 500: Error saving file: (11, 'Resource temporarily unavailable')"} assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code
Run pytest and store durations: /home/runner/.local/share/uv/python/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/contextlib.py#L148
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run pytest and store durations: /home/runner/.local/share/uv/python/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/contextlib.py#L148
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run pytest and store durations: /home/runner/.local/share/uv/python/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/contextlib.py#L148
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run pytest and store durations: /home/runner/.local/share/uv/python/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/contextlib.py#L148
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run pytest and store durations: /home/runner/.local/share/uv/python/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/contextlib.py#L148
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run pytest and store durations: /home/runner/.local/share/uv/python/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/contextlib.py#L148
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run pytest and store durations: /home/runner/.local/share/uv/python/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/contextlib.py#L148
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run pytest and store durations: /home/runner/.local/share/uv/python/cpython-3.13.5-linux-x86_64-gnu/lib/python3.13/contextlib.py#L148
WARNING: SQL-parsed foreign key constraint '('user_id', 'user', 'id')' could not be located in PRAGMA foreign_keys for table flow
Run pytest and store durations: .venv/lib/python3.13/site-packages/pydantic/_internal/_generate_schema.py#L502
<built-in function callable> is not a Python type (it may be an instance of an object), Pydantic will allow any object with no validation since we cannot even enforce that the input is an instance of the given type. To get rid of this error wrap the type with `pydantic.SkipValidation`.