SurfSense/surfsense_backend/tests/unit
Anish Sarkar d2a4b238d7 feat: enhance Google Drive client with thread-safe download and export methods
- Implemented per-thread HTTP transport for concurrent downloads to ensure thread safety.
- Refactored `download_file` and `download_file_to_disk` methods to utilize blocking calls on separate threads, improving performance during file operations.
- Added logging to track the start and end of download and export processes, providing better visibility into execution time.
- Updated unit tests to verify parallel execution of download and export operations, ensuring efficiency in handling multiple requests.
2026-03-27 19:25:03 +05:30
..
adapters test: bootstrap pytest environment for backend 2026-02-24 18:19:56 +02:00
connector_indexers feat: enhance Google Drive client with thread-safe download and export methods 2026-03-27 19:25:03 +05:30
google_unification chore: ran linting 2026-03-22 00:43:53 +05:30
indexing_pipeline feat: implement parallel indexing for Google Calendar and Gmail connectors 2026-03-26 19:34:04 +05:30
middleware feat: add unit tests for DedupHITLToolCallsMiddleware 2026-03-21 13:19:58 +05:30
__init__.py test: bootstrap pytest environment for backend 2026-02-24 18:19:56 +02:00