Store pytest durations #16
store_pytest_durations.yml
on: schedule
Run pytest and store durations
8m 41s
Annotations
10 errors
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/base/tools/test_component_toolkit.py#L43
test_component_tool_with_api_key
ValueError: [Input: Tools] No matching output from Chat Output found
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/components/agents/test_agent_component.py#L118
test_agent_component_with_calculator
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: message
[SQL: SELECT message.timestamp, message.sender, message.sender_name, message.session_id, message.text, message.error, message.edit, message.files, message.properties, message.category, message.content_blocks, message.id, message.flow_id
FROM message
WHERE message.error = 0 ORDER BY message.timestamp ASC
LIMIT ? OFFSET ?]
[parameters: (100, 0)]
(Background on this error at: https://sqlalche.me/e/20/e3q8)
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/components/agents/test_tool_calling_agent.py#L28
test_tool_calling_agent_component
ValueError: All of session_id, sender, and sender_name must be provided. Session ID: None, Sender: Machine, Sender Name: Tool Calling Agent
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/components/vectorstores/test_chroma_vector_store_component.py#L66
TestChromaVectorStoreComponent.test_create_collection_with_data
openai.APIConnectionError: Connection error.
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/components/vectorstores/test_chroma_vector_store_component.py#L89
TestChromaVectorStoreComponent.test_similarity_search
openai.APIConnectionError: Connection error.
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/components/vectorstores/test_chroma_vector_store_component.py#L120
TestChromaVectorStoreComponent.test_mmr_search
openai.APIConnectionError: Connection error.
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/components/vectorstores/test_chroma_vector_store_component.py#L148
TestChromaVectorStoreComponent.test_search_with_different_types
openai.APIConnectionError: Connection error.
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/components/vectorstores/test_chroma_vector_store_component.py#L179
TestChromaVectorStoreComponent.test_search_with_score
openai.APIConnectionError: Connection error.
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/components/vectorstores/test_chroma_vector_store_component.py#L212
TestChromaVectorStoreComponent.test_duplicate_handling
openai.APIConnectionError: Connection error.
|
Run pytest and store durations:
src/backend/tests/src/backend/tests/unit/components/vectorstores/test_chroma_vector_store_component.py#L262
TestChromaVectorStoreComponent.test_chroma_collection_to_data
openai.APIConnectionError: Connection error.
|