Skip to content

Store pytest durations #3

Store pytest durations

Store pytest durations #3

Triggered via schedule December 22, 2025 06:55
Status Cancelled
Total duration 6h 0m 22s
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#L193
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#L161
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#L146
test_upload_file AssertionError: Expected 201, got 500: {'detail': "Error accessing file: (11, 'Resource temporarily unavailable')"} 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/v1/test_projects.py#L1475
TestReadProjectBugFix.test_read_project_consistent_response_structure assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code + and 201 = status.HTTP_201_CREATED
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L1424
TestReadProjectBugFix.test_read_project_with_filtering_params assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code + and 201 = status.HTTP_201_CREATED
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L1395
TestReadProjectBugFix.test_read_project_with_partial_pagination_params assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code + and 201 = status.HTTP_201_CREATED
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L1361
TestReadProjectBugFix.test_read_project_with_pagination_params assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code + and 201 = status.HTTP_201_CREATED
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L1340
TestReadProjectBugFix.test_read_project_without_pagination_params assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code + and 201 = status.HTTP_201_CREATED
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L350
test_update_project_preserves_mixed_flows_and_components assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code + and 201 = status.HTTP_201_CREATED
Run pytest and store durations: src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L275
test_update_project_preserves_components assert 500 == 201 + where 500 = <Response [500 Internal Server Error]>.status_code + and 201 = status.HTTP_201_CREATED
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: src/lfx/src/lfx/schema/cross_module.py#L48
Accessing the 'model_fields' attribute on the instance is deprecated. Instead, you should access this attribute from the model class.
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#L628
<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`.