fix: resolve pixi environment configuration warnings #194
test-matrix.yml
on: pull_request
Matrix: test-matrix
aggregate-results
0s
Annotations
31 errors and 12 warnings
|
test-matrix (3.12, integration):
tests/unit/api/test_collaboration_router.py#L110
TestCollaborationRouter.test_get_comments
assert 503 == 200
+ where 503 = <Response [503 Service Unavailable]>.status_code
|
|
test-matrix (3.12, integration):
tests/unit/api/test_collaboration_router.py#L81
TestCollaborationRouter.test_add_comment_success
assert 503 == 201
+ where 503 = <Response [503 Service Unavailable]>.status_code
|
|
test-matrix (3.12, integration):
tests/integration/test_centralized_architecture.py#L214
test_knowledge_manager_full_lifecycle_error_solution
AssertionError: Error solution addition should succeed
assert False
|
|
test-matrix (3.12, integration):
tests/integration/test_centralized_architecture.py#L149
test_knowledge_manager_full_lifecycle_pattern
AssertionError: assert 'This is a te...n for Python.' == 'This is an u...n for Python.'
- This is an updated test code pattern for Python.
? ---------
+ This is a test code pattern for Python.
|
|
test-matrix (3.12, integration):
tests/e2e/test_e2e_knowledge_lifecycle.py#L164
test_concurrent_operations
assert 0 >= 3
+ where 0 = len([])
|
|
test-matrix (3.12, integration):
tests/e2e/test_e2e_knowledge_lifecycle.py#L133
test_end_to_end_error_handling
assert not True
|
|
test-matrix (3.12, integration):
tests/e2e/test_e2e_knowledge_lifecycle.py#L92
test_complete_knowledge_lifecycle
KeyError: 'chromadb_available'
|
|
test-matrix (3.12, integration):
tests/e2e/test_e2e_basic_workflow.py#L124
test_tech_stack_analysis_workflow
AssertionError: assert ('python' in '[]' or 'python' in '')
+ where '[]' = <built-in method lower of str object at 0x7f4711c76100>()
+ where <built-in method lower of str object at 0x7f4711c76100> = '[]'.lower
+ where '[]' = str([])
+ and '' = <built-in method lower of str object at 0x5576333477f0>()
+ where <built-in method lower of str object at 0x5576333477f0> = ''.lower
|
|
test-matrix (3.12, integration):
tests/e2e/test_e2e_basic_workflow.py#L103
test_error_handling_workflow
AssertionError: assert not True
+ where True = assign_pattern_to_category('invalid', 'invalid')
+ where assign_pattern_to_category = <src.uckn.core.organisms.knowledge_manager.KnowledgeManager object at 0x7f467b74fb90>.assign_pattern_to_category
|
|
test-matrix (3.12, integration):
tests/e2e/test_e2e_basic_workflow.py#L81
test_basic_end_to_end_workflow
KeyError: 'chromadb_available'
|
|
test-matrix (3.12, e2e):
tests/unit/api/test_collaboration_router.py#L110
TestCollaborationRouter.test_get_comments
assert 503 == 200
+ where 503 = <Response [503 Service Unavailable]>.status_code
|
|
test-matrix (3.12, e2e):
tests/unit/api/test_collaboration_router.py#L81
TestCollaborationRouter.test_add_comment_success
assert 503 == 201
+ where 503 = <Response [503 Service Unavailable]>.status_code
|
|
test-matrix (3.12, e2e):
tests/integration/test_centralized_architecture.py#L214
test_knowledge_manager_full_lifecycle_error_solution
AssertionError: Error solution addition should succeed
assert False
|
|
test-matrix (3.12, e2e):
tests/integration/test_centralized_architecture.py#L149
test_knowledge_manager_full_lifecycle_pattern
AssertionError: assert 'This is a te...n for Python.' == 'This is an u...n for Python.'
- This is an updated test code pattern for Python.
? ---------
+ This is a test code pattern for Python.
|
|
test-matrix (3.12, e2e):
tests/e2e/test_e2e_knowledge_lifecycle.py#L164
test_concurrent_operations
assert 0 >= 3
+ where 0 = len([])
|
|
test-matrix (3.12, e2e):
tests/e2e/test_e2e_knowledge_lifecycle.py#L133
test_end_to_end_error_handling
assert not True
|
|
test-matrix (3.12, e2e):
tests/e2e/test_e2e_knowledge_lifecycle.py#L92
test_complete_knowledge_lifecycle
KeyError: 'chromadb_available'
|
|
test-matrix (3.12, e2e):
tests/e2e/test_e2e_basic_workflow.py#L124
test_tech_stack_analysis_workflow
AssertionError: assert ('python' in '[]' or 'python' in '')
+ where '[]' = <built-in method lower of str object at 0x7fe7fe5a4a50>()
+ where <built-in method lower of str object at 0x7fe7fe5a4a50> = '[]'.lower
+ where '[]' = str([])
+ and '' = <built-in method lower of str object at 0x5590613eb7f0>()
+ where <built-in method lower of str object at 0x5590613eb7f0> = ''.lower
|
|
test-matrix (3.12, e2e):
tests/e2e/test_e2e_basic_workflow.py#L103
test_error_handling_workflow
AssertionError: assert not True
+ where True = assign_pattern_to_category('invalid', 'invalid')
+ where assign_pattern_to_category = <src.uckn.core.organisms.knowledge_manager.KnowledgeManager object at 0x7fe76eb54c80>.assign_pattern_to_category
|
|
test-matrix (3.12, e2e):
tests/e2e/test_e2e_basic_workflow.py#L81
test_basic_end_to_end_workflow
KeyError: 'chromadb_available'
|
|
test-matrix (3.12, e2e)
The strategy configuration was canceled because "test-matrix._3_12_integration" failed
|
|
test-matrix (3.12, unit)
The operation was canceled.
|
|
test-matrix (3.12, unit):
tests/integration/test_centralized_architecture.py#L214
test_knowledge_manager_full_lifecycle_error_solution
AssertionError: Error solution addition should succeed
assert False
|
|
test-matrix (3.12, unit):
tests/integration/test_centralized_architecture.py#L149
test_knowledge_manager_full_lifecycle_pattern
AssertionError: assert 'This is a te...n for Python.' == 'This is an u...n for Python.'
- This is an updated test code pattern for Python.
? ---------
+ This is a test code pattern for Python.
|
|
test-matrix (3.12, unit):
tests/e2e/test_e2e_knowledge_lifecycle.py#L164
test_concurrent_operations
assert 0 >= 3
+ where 0 = len([])
|
|
test-matrix (3.12, unit):
tests/e2e/test_e2e_knowledge_lifecycle.py#L133
test_end_to_end_error_handling
assert not True
|
|
test-matrix (3.12, unit):
tests/e2e/test_e2e_knowledge_lifecycle.py#L92
test_complete_knowledge_lifecycle
KeyError: 'chromadb_available'
|
|
test-matrix (3.12, unit):
tests/e2e/test_e2e_basic_workflow.py#L124
test_tech_stack_analysis_workflow
AssertionError: assert ('python' in '[]' or 'python' in '')
+ where '[]' = <built-in method lower of str object at 0x7ff6f40f75d0>()
+ where <built-in method lower of str object at 0x7ff6f40f75d0> = '[]'.lower
+ where '[]' = str([])
+ and '' = <built-in method lower of str object at 0x55c1fda157f0>()
+ where <built-in method lower of str object at 0x55c1fda157f0> = ''.lower
|
|
test-matrix (3.12, unit):
tests/e2e/test_e2e_basic_workflow.py#L103
test_error_handling_workflow
AssertionError: assert not True
+ where True = assign_pattern_to_category('invalid', 'invalid')
+ where assign_pattern_to_category = <src.uckn.core.organisms.knowledge_manager.KnowledgeManager object at 0x7ff66174aab0>.assign_pattern_to_category
|
|
test-matrix (3.12, unit):
tests/e2e/test_e2e_basic_workflow.py#L81
test_basic_end_to_end_workflow
KeyError: 'chromadb_available'
|
|
test-matrix (3.12, unit)
The strategy configuration was canceled because "test-matrix._3_12_integration" failed
|
|
test-matrix (3.12, integration):
.pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings:
PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.PUBLISHED: 'published'>, input_type=WorkflowState])
|
|
test-matrix (3.12, integration):
.pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings:
PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.IN_TESTING: 'in_testing'>, input_type=WorkflowState])
|
|
test-matrix (3.12, integration):
.pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings:
PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.IN_REVIEW: 'in_review'>, input_type=WorkflowState])
|
|
test-matrix (3.12, integration)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0PAeFaAAAAACrT9J7RNhYRpiSgiVQt3rkQkwyQUEyMDMwMTA4MDQ5AEVkZ2U=
|
|
test-matrix (3.12, integration)
Failed to restore: Cache service responded with 400
|
|
test-matrix (3.12, e2e):
.pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings:
PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.PUBLISHED: 'published'>, input_type=WorkflowState])
|
|
test-matrix (3.12, e2e):
.pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings:
PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.IN_TESTING: 'in_testing'>, input_type=WorkflowState])
|
|
test-matrix (3.12, e2e):
.pixi/envs/quality/lib/python3.12/site-packages/pydantic/main.py#L463
Pydantic serializer warnings:
PydanticSerializationUnexpectedValue(Expected `enum` - serialized value may not be as expected [input_value=<WorkflowState.IN_REVIEW: 'in_review'>, input_type=WorkflowState])
|
|
test-matrix (3.12, e2e)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0OweFaAAAAADNv+45D9AgTY5sLrCPokZnQkwyQUEyMDMwMTA2MDMxAEVkZ2U=
|
|
test-matrix (3.12, e2e)
Failed to restore: Cache service responded with 400
|
|
test-matrix (3.12, unit)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>0PQeFaAAAAACGJxjn3FSDR5sIXlnqhgoyRE0yRURHRTEwMTgARWRnZQ==
|
|
test-matrix (3.12, unit)
Failed to restore: Cache service responded with 400
|