SurfSense/surfsense_backend/tests/integration/indexing_pipeline
Anish Sarkar c3d5c865fd fix: update file skipping logic in Google Drive indexer
- Modified the `_should_skip_file` function to prevent skipping of documents with a FAILED status, ensuring they are reprocessed even if their content remains unchanged.
- Added a new integration test to verify that FAILED documents are not skipped during the indexing process.
2026-03-25 18:51:40 +05:30
..
adapters feat: use batch embedding in IndexingPipelineService.index 2026-03-09 16:13:44 +02:00
__init__.py test: bootstrap pytest environment for backend 2026-02-24 18:19:56 +02:00
test_calendar_pipeline.py feat: add integration tests for indexing pipeline components 2026-03-25 18:34:02 +05:30
test_drive_pipeline.py fix: update file skipping logic in Google Drive indexer 2026-03-25 18:51:40 +05:30
test_gmail_pipeline.py feat: add integration tests for indexing pipeline components 2026-03-25 18:34:02 +05:30
test_index_batch.py feat: add integration tests for indexing pipeline components 2026-03-25 18:34:02 +05:30
test_index_document.py feat: use batch embedding in IndexingPipelineService.index 2026-03-09 16:13:44 +02:00
test_migrate_legacy_docs.py feat: add integration tests for indexing pipeline components 2026-03-25 18:34:02 +05:30
test_prepare_for_indexing.py feat: use batch embedding in IndexingPipelineService.index 2026-03-09 16:13:44 +02:00