fix: resolve pixi environment configuration warnings #179
test-matrix.yml
on: pull_request
Matrix: test-matrix
aggregate-results
0s
Annotations
32 errors and 12 warnings
|
test-matrix (3.12, unit):
tests/integration/test_knowledge_manager_integration.py#L141
test_update_and_delete_pattern
assert None is not None
|
|
test-matrix (3.12, unit):
tests/integration/test_knowledge_manager_integration.py#L82
test_pattern_classification_workflow
AssertionError: Failed to add pattern. Health: {'unified_db_available': True, 'semantic_search_available': True, 'knowledge_dir': '/tmp/uckn_test_knowledge_6vnnus3c', 'database_manager': {'auto_start_enabled': True, 'database_accessible': True, 'docker_available': True, 'container_running': True}, 'components': {'pattern_manager': 'healthy', 'error_solution_manager': 'healthy', 'pattern_classification': 'healthy', 'tech_detector': 'healthy', 'database_manager': 'healthy'}}
assert None is not None
|
|
test-matrix (3.12, unit):
tests/integration/test_knowledge_manager_integration.py#L66
test_add_and_search_pattern
AssertionError: Failed to add pattern. Health: {'unified_db_available': True, 'semantic_search_available': True, 'knowledge_dir': '/tmp/uckn_test_knowledge_6vnnus3c', 'database_manager': {'auto_start_enabled': True, 'database_accessible': True, 'docker_available': True, 'container_running': True}, 'components': {'pattern_manager': 'healthy', 'error_solution_manager': 'healthy', 'pattern_classification': 'healthy', 'tech_detector': 'healthy', 'database_manager': 'healthy'}}
assert None is not None
|
|
test-matrix (3.12, unit):
tests/integration/test_centralized_architecture.py#L219
test_compatibility_matrix_crud
AssertionError: Failed to add compatibility entry. Health: {'unified_db_available': True, 'semantic_search_available': True, 'knowledge_dir': '.uckn_test_knowledge_integration', 'database_manager': {'auto_start_enabled': True, 'database_accessible': True, 'docker_available': True, 'container_running': True}, 'components': {'pattern_manager': 'healthy', 'error_solution_manager': 'healthy', 'pattern_classification': 'healthy', 'tech_detector': 'healthy', 'database_manager': 'healthy'}}
assert None is not None
|
|
test-matrix (3.12, unit):
tests/integration/test_centralized_architecture.py#L187
test_knowledge_manager_full_lifecycle_error_solution
assert None is not None
|
|
test-matrix (3.12, unit):
tests/integration/test_centralized_architecture.py#L99
test_knowledge_manager_full_lifecycle_pattern
assert None is not None
|
|
test-matrix (3.12, unit):
tests/e2e/test_e2e_knowledge_lifecycle.py#L146
test_concurrent_operations
assert None is not None
|
|
test-matrix (3.12, unit):
tests/e2e/test_e2e_knowledge_lifecycle.py#L38
test_complete_knowledge_lifecycle
assert None is not None
|
|
test-matrix (3.12, unit):
tests/e2e/test_e2e_basic_workflow.py#L120
test_tech_stack_analysis_workflow
AssertionError: assert ('python' in '[]' or 'python' in '')
+ where '[]' = <built-in method lower of str object at 0x7f715ee441e0>()
+ where <built-in method lower of str object at 0x7f715ee441e0> = '[]'.lower
+ where '[]' = str([])
+ and '' = <built-in method lower of str object at 0x55dd6101a7f0>()
+ where <built-in method lower of str object at 0x55dd6101a7f0> = ''.lower
|
|
test-matrix (3.12, unit):
tests/e2e/test_e2e_basic_workflow.py#L38
test_basic_end_to_end_workflow
assert None is not None
|
|
test-matrix (3.12, integration):
tests/integration/test_knowledge_manager_integration.py#L141
test_update_and_delete_pattern
assert None is not None
|
|
test-matrix (3.12, integration):
tests/integration/test_knowledge_manager_integration.py#L82
test_pattern_classification_workflow
AssertionError: Failed to add pattern. Health: {'unified_db_available': True, 'semantic_search_available': True, 'knowledge_dir': '/tmp/uckn_test_knowledge_rv6naikb', 'database_manager': {'auto_start_enabled': True, 'database_accessible': True, 'docker_available': True, 'container_running': True}, 'components': {'pattern_manager': 'healthy', 'error_solution_manager': 'healthy', 'pattern_classification': 'healthy', 'tech_detector': 'healthy', 'database_manager': 'healthy'}}
assert None is not None
|
|
test-matrix (3.12, integration):
tests/integration/test_knowledge_manager_integration.py#L66
test_add_and_search_pattern
AssertionError: Failed to add pattern. Health: {'unified_db_available': True, 'semantic_search_available': True, 'knowledge_dir': '/tmp/uckn_test_knowledge_rv6naikb', 'database_manager': {'auto_start_enabled': True, 'database_accessible': True, 'docker_available': True, 'container_running': True}, 'components': {'pattern_manager': 'healthy', 'error_solution_manager': 'healthy', 'pattern_classification': 'healthy', 'tech_detector': 'healthy', 'database_manager': 'healthy'}}
assert None is not None
|
|
test-matrix (3.12, integration):
tests/integration/test_centralized_architecture.py#L219
test_compatibility_matrix_crud
AssertionError: Failed to add compatibility entry. Health: {'unified_db_available': True, 'semantic_search_available': True, 'knowledge_dir': '.uckn_test_knowledge_integration', 'database_manager': {'auto_start_enabled': True, 'database_accessible': True, 'docker_available': True, 'container_running': True}, 'components': {'pattern_manager': 'healthy', 'error_solution_manager': 'healthy', 'pattern_classification': 'healthy', 'tech_detector': 'healthy', 'database_manager': 'healthy'}}
assert None is not None
|
|
test-matrix (3.12, integration):
tests/integration/test_centralized_architecture.py#L187
test_knowledge_manager_full_lifecycle_error_solution
assert None is not None
|
|
test-matrix (3.12, integration):
tests/integration/test_centralized_architecture.py#L99
test_knowledge_manager_full_lifecycle_pattern
assert None is not None
|
|
test-matrix (3.12, integration):
tests/e2e/test_e2e_knowledge_lifecycle.py#L146
test_concurrent_operations
assert None is not None
|
|
test-matrix (3.12, integration):
tests/e2e/test_e2e_knowledge_lifecycle.py#L38
test_complete_knowledge_lifecycle
assert None is not None
|
|
test-matrix (3.12, integration):
tests/e2e/test_e2e_basic_workflow.py#L120
test_tech_stack_analysis_workflow
AssertionError: assert ('python' in '[]' or 'python' in '')
+ where '[]' = <built-in method lower of str object at 0x7ff3fc0fb300>()
+ where <built-in method lower of str object at 0x7ff3fc0fb300> = '[]'.lower
+ where '[]' = str([])
+ and '' = <built-in method lower of str object at 0x5562cefce7f0>()
+ where <built-in method lower of str object at 0x5562cefce7f0> = ''.lower
|
|
test-matrix (3.12, integration):
tests/e2e/test_e2e_basic_workflow.py#L38
test_basic_end_to_end_workflow
assert None is not None
|
|
test-matrix (3.12, integration)
The strategy configuration was canceled because "test-matrix._3_12_unit" failed
|
|
test-matrix (3.12, e2e):
tests/integration/test_knowledge_manager_integration.py#L141
test_update_and_delete_pattern
assert None is not None
|
|
test-matrix (3.12, e2e):
tests/integration/test_knowledge_manager_integration.py#L82
test_pattern_classification_workflow
AssertionError: Failed to add pattern. Health: {'unified_db_available': True, 'semantic_search_available': True, 'knowledge_dir': '/tmp/uckn_test_knowledge_u80jyhl1', 'database_manager': {'auto_start_enabled': True, 'database_accessible': True, 'docker_available': True, 'container_running': True}, 'components': {'pattern_manager': 'healthy', 'error_solution_manager': 'healthy', 'pattern_classification': 'healthy', 'tech_detector': 'healthy', 'database_manager': 'healthy'}}
assert None is not None
|
|
test-matrix (3.12, e2e):
tests/integration/test_knowledge_manager_integration.py#L66
test_add_and_search_pattern
AssertionError: Failed to add pattern. Health: {'unified_db_available': True, 'semantic_search_available': True, 'knowledge_dir': '/tmp/uckn_test_knowledge_u80jyhl1', 'database_manager': {'auto_start_enabled': True, 'database_accessible': True, 'docker_available': True, 'container_running': True}, 'components': {'pattern_manager': 'healthy', 'error_solution_manager': 'healthy', 'pattern_classification': 'healthy', 'tech_detector': 'healthy', 'database_manager': 'healthy'}}
assert None is not None
|
|
test-matrix (3.12, e2e):
tests/integration/test_centralized_architecture.py#L219
test_compatibility_matrix_crud
AssertionError: Failed to add compatibility entry. Health: {'unified_db_available': True, 'semantic_search_available': True, 'knowledge_dir': '.uckn_test_knowledge_integration', 'database_manager': {'auto_start_enabled': True, 'database_accessible': True, 'docker_available': True, 'container_running': True}, 'components': {'pattern_manager': 'healthy', 'error_solution_manager': 'healthy', 'pattern_classification': 'healthy', 'tech_detector': 'healthy', 'database_manager': 'healthy'}}
assert None is not None
|
|
test-matrix (3.12, e2e):
tests/integration/test_centralized_architecture.py#L187
test_knowledge_manager_full_lifecycle_error_solution
assert None is not None
|
|
test-matrix (3.12, e2e):
tests/integration/test_centralized_architecture.py#L99
test_knowledge_manager_full_lifecycle_pattern
assert None is not None
|
|
test-matrix (3.12, e2e):
tests/e2e/test_e2e_knowledge_lifecycle.py#L146
test_concurrent_operations
assert None is not None
|
|
test-matrix (3.12, e2e):
tests/e2e/test_e2e_knowledge_lifecycle.py#L38
test_complete_knowledge_lifecycle
assert None is not None
|
|
test-matrix (3.12, e2e):
tests/e2e/test_e2e_basic_workflow.py#L120
test_tech_stack_analysis_workflow
AssertionError: assert ('python' in '[]' or 'python' in '')
+ where '[]' = <built-in method lower of str object at 0x7f62516cb690>()
+ where <built-in method lower of str object at 0x7f62516cb690> = '[]'.lower
+ where '[]' = str([])
+ and '' = <built-in method lower of str object at 0x557175e7e7f0>()
+ where <built-in method lower of str object at 0x557175e7e7f0> = ''.lower
|
|
test-matrix (3.12, e2e):
tests/e2e/test_e2e_basic_workflow.py#L38
test_basic_end_to_end_workflow
assert None is not None
|
|
test-matrix (3.12, e2e)
The strategy configuration was canceled because "test-matrix._3_12_unit" failed
|
|
test-matrix (3.12, unit):
.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, unit):
.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, unit):
.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, 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>0FJWBaAAAAABGWa6TZOuxRLiKaBZEpUCnRE0yRURHRTA2MTMARWRnZQ==
|
|
test-matrix (3.12, unit)
Failed to restore: Cache service responded with 400
|
|
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>0FJWBaAAAAAD2TEOUdyAbRZSQzQD9rFowQ0gxRURHRTE5MTIARWRnZQ==
|
|
test-matrix (3.12, integration)
Failed to restore: Cache service responded with 400
|
|
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>0FZWBaAAAAADN9oz3Mz4FRqT5Ka0KDkh9UEFPRURHRTA2MjIARWRnZQ==
|
|
test-matrix (3.12, e2e)
Failed to restore: Cache service responded with 400
|