Store pytest durations #5
Annotations
11 errors and 10 warnings
|
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L107
test_delete_project_then_404
KeyError: 'id'
|
|
src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L84
test_update_project
KeyError: 'id'
|
|
src/backend/tests/src/backend/tests/unit/api/v1/test_projects.py#L46
test_read_project
KeyError: 'id'
|
|
/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
|
|
/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
|
|
/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
|
|
/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
|
|
/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
|
|
/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
|
|
/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
|
|
/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
|
|
.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`.
|
|
.venv/lib/python3.13/site-packages/baidubce/utils.py#L589
invalid escape sequence '\d'
|
The logs for this run have expired and are no longer available.
Loading