Skip to content

feat: Complete Task 3 - Enhanced Semantic Search with Comprehensive Live Testing #1

feat: Complete Task 3 - Enhanced Semantic Search with Comprehensive Live Testing

feat: Complete Task 3 - Enhanced Semantic Search with Comprehensive Live Testing #1

Triggered via pull request July 3, 2025 21:53
Status Failure
Total duration 3m 50s
Artifacts

quality-metrics.yml

on: pull_request
test-and-coverage
3m 46s
test-and-coverage
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
test-and-coverage: tests/benchmarks/test_performance_benchmarks.py#L342
TestMemoryPerformance.test_embedding_memory_usage TypeError: MultiModalEmbeddings.__init__() got an unexpected keyword argument 'knowledge_dir'
test-and-coverage: tests/benchmarks/test_performance_benchmarks.py#L316
TestEndToEndPerformance.test_pattern_search_workflow TypeError: KnowledgeManager.search_patterns() got an unexpected keyword argument 'max_results'
test-and-coverage: tests/benchmarks/test_performance_benchmarks.py#L299
TestEndToEndPerformance.test_pattern_addition_workflow assert None is not None
test-and-coverage: tests/benchmarks/test_performance_benchmarks.py#L261
TestStoragePerformance.test_metadata_filtering_performance TypeError: ChromaDBConnector.add_document() got an unexpected keyword argument 'content'
test-and-coverage: tests/benchmarks/test_performance_benchmarks.py#L235
TestStoragePerformance.test_search_performance_by_size TypeError: ChromaDBConnector.add_document() got an unexpected keyword argument 'content'
test-and-coverage: tests/benchmarks/test_performance_benchmarks.py#L226
TestStoragePerformance.test_bulk_insertion_performance TypeError: ChromaDBConnector.add_document() got an unexpected keyword argument 'content'
test-and-coverage: tests/benchmarks/test_performance_benchmarks.py#L209
TestStoragePerformance.test_document_insertion_performance TypeError: ChromaDBConnector.add_document() got an unexpected keyword argument 'content'
test-and-coverage: tests/benchmarks/test_performance_benchmarks.py#L89
TestEmbeddingPerformance.test_embedding_cache_performance[100] TypeError: MultiModalEmbeddings.__init__() got an unexpected keyword argument 'knowledge_dir'
test-and-coverage: tests/benchmarks/test_performance_benchmarks.py#L89
TestEmbeddingPerformance.test_embedding_cache_performance[50] TypeError: MultiModalEmbeddings.__init__() got an unexpected keyword argument 'knowledge_dir'
test-and-coverage: tests/benchmarks/test_performance_benchmarks.py#L89
TestEmbeddingPerformance.test_embedding_cache_performance[10] TypeError: MultiModalEmbeddings.__init__() got an unexpected keyword argument 'knowledge_dir'
test-and-coverage
The process '/usr/bin/git' failed with exit code 128
test-and-coverage: /opt/hostedtoolcache/Python/3.10.18/x64/lib/python3.10/site-packages/pydantic/_internal/_config.py#L323
Support for class-based `config` is deprecated, use ConfigDict instead.
test-and-coverage: src/uckn/api/models/projects.py#L103
Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details
test-and-coverage: src/uckn/api/models/projects.py#L97
Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details
test-and-coverage: /opt/hostedtoolcache/Python/3.10.18/x64/lib/python3.10/site-packages/pydantic/fields.py#L1068
`max_items` is deprecated and will be removed, use `max_length` instead
test-and-coverage: /opt/hostedtoolcache/Python/3.10.18/x64/lib/python3.10/site-packages/pydantic/fields.py#L1062
`min_items` is deprecated and will be removed, use `min_length` instead
test-and-coverage: /opt/hostedtoolcache/Python/3.10.18/x64/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
test-and-coverage: /opt/hostedtoolcache/Python/3.10.18/x64/lib/python3.10/site-packages/pydantic/_internal/_generate_schema.py#L298
`json_encoders` is deprecated. See https://docs.pydantic.dev/2.11/concepts/serialization/#custom-serializers for alternatives
test-and-coverage: /opt/hostedtoolcache/Python/3.10.18/x64/lib/python3.10/site-packages/pydantic/_internal/_config.py#L323
Support for class-based `config` is deprecated, use ConfigDict instead.
test-and-coverage: src/uckn/api/models/patterns.py#L78
Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details
test-and-coverage: src/uckn/api/models/patterns.py#L64
Pydantic V1 style `@validator` validators are deprecated. You should migrate to Pydantic V2 style `@field_validator` validators, see the migration guide for more details