SurfSense/surfsense_backend/tests/integration/indexing_pipeline/cache
CREDO23 412493ae08 test(embedding-cache): add integration tests for service, repository, and store
Covers the public cache surface against real Postgres and a real local file
backend (no mocks): recall miss, remember->recall vector/text/order round-trip,
the dimension-mismatch refusal, the repository SQL behind eviction and dedup
(size sum, coldest ordering, TTL cutoff, duplicate-key no-op, reuse counter),
and the blob store save/load round-trip and delete.
2026-06-12 17:33:21 +02:00
..
conftest.py test(embedding-cache): add integration tests for service, repository, and store 2026-06-12 17:33:21 +02:00
test_cached_embedding_repository.py test(embedding-cache): add integration tests for service, repository, and store 2026-06-12 17:33:21 +02:00
test_embedding_cache_service.py test(embedding-cache): add integration tests for service, repository, and store 2026-06-12 17:33:21 +02:00
test_embedding_store.py test(embedding-cache): add integration tests for service, repository, and store 2026-06-12 17:33:21 +02:00