Store pytest durations #5
store_pytest_durations.yml
on: schedule
Run pytest and store durations
6h 0m
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:
src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L107
test_delete_project_then_404
KeyError: 'id'
|
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L84
test_update_project
KeyError: 'id'
|
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L46
test_read_project
KeyError: 'id'
|
|
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`.
|
|
Run pytest and store durations:
.venv/lib/python3.13/site-packages/baidubce/utils.py#L589
invalid escape sequence '\d'
|