-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Milestone
Description
Description
Test the complete workflow from source creation to search.
Tasks
- Set up test environment with Docker Compose
- Test workflow:
- Start services with docker-compose up
- Add a source via API/UI
- Trigger reindex
- Wait for indexing to complete
- Search for known document
- Verify results are correct
- Test error scenarios (missing files, corrupt PDFs, etc.)
- Test incremental indexing (change file, reindex)
- Test source deletion cleanup
- Document test procedures
Acceptance Criteria
- Complete workflow works end-to-end
- Docker containers start successfully
- Search returns expected results
- Error handling works
- Test documentation complete
References
- Phase 0 Plan: Week 5, Task 3