Skip to content

Store pytest durations #5

Store pytest durations

Store pytest durations #5

Triggered via schedule January 19, 2026 07:01
Status Cancelled
Total duration 6h 0m 20s
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/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: src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L185
test_update_project_preserves_flows 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#L154
test_create_and_read_project_cyrillic 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: /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#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`.