d3ro-voice/apps/desktop/tests/main/services
Yun Chan 0d92a4a853
Some checks failed
ci / 정본·보안·린트·타입·테스트 (push) Successful in 51s
ci / 모바일 린트·타입·Jest (push) Successful in 37s
ci / Supabase Edge Functions + Cloudflare Worker (push) Successful in 26s
ci / .NET API 서버 테스트 (push) Successful in 14s
deploy-site / deploy (push) Failing after 15s
ci / 워크스페이스 빌드 검증 (push) Failing after 11m7s
fix(rag): do not mark a document indexed when no chunk could be embedded
With the embedding server unavailable every chunk failed, yet the document
was stored as indexed=true with 0 chunks, so the knowledge base listed it as
searchable while queries could never match it. The red use-case test caught
this; it had been written off as an environment failure.

Now a run with zero embedded chunks leaves indexed=false and throws
RAGEmbeddingFailed (surfaced by reindex, logged by addDocument).

Tests that only hold on the Windows developer machine now declare it: the
bundled SoX binary and PowerShell device discovery run on win32 only, and
the sidecar venv test runs only when sidecar/.venv exists. The Linux Forgejo
runner skips them instead of failing.
2026-09-26 21:10:40 +09:00
..
caption-streaming.test.ts feat(caption): stream live captions and polish finished lines in context 2026-09-24 20:22:21 +09:00
ChainService.test.ts fix(llm): stop leaking instruction prompts instead of processed text 2026-09-21 14:39:26 +09:00
ConfigService.test.ts feat(caption): let live captions use their own speech model 2026-09-24 21:46:54 +09:00
CustomInstructionService.test.ts feat: complete release preparation, 10+ ad mediation, CI/CD, and docker deployment 2026-08-20 11:12:05 +09:00
DictionaryIo.test.ts feat(desktop): move dictionary entries in and out as files 2026-09-16 23:23:30 +09:00
DictionaryService.test.ts feat(V2-1a): Monorepo 구조 전환 — apps/desktop으로 V1 이동 2026-04-08 14:04:41 +09:00
HistoryService.test.ts feat(V2-1a): Monorepo 구조 전환 — apps/desktop으로 V1 이동 2026-04-08 14:04:41 +09:00
input-flow-domain.test.ts release: ship v1.5.0 with on-device writing suggestions 2026-09-23 16:04:27 +09:00
input-flow-services.test.ts release: ship v1.6.0 with paged suggestions and a cleaner phrase memory 2026-09-24 19:56:28 +09:00
input-intelligence.test.ts release: ship v1.6.0 with paged suggestions and a cleaner phrase memory 2026-09-24 19:56:28 +09:00
llm-prompts.test.ts feat(caption): stream live captions and polish finished lines in context 2026-09-24 20:22:21 +09:00
local-llm-service.test.ts release: ship v1.5.0 with on-device writing suggestions 2026-09-23 16:04:27 +09:00
STTManager.test.ts feat(desktop): make local speech transcription work end to end 2026-09-18 00:48:47 +09:00
SuggestionService.test.ts feat(caption): let live captions use their own speech model 2026-09-24 21:46:54 +09:00
VoiceConversationService.test.ts release: ship v1.5.0 with on-device writing suggestions 2026-09-23 16:04:27 +09:00
VoiceModeService.test.ts fix(llm): stop leaking instruction prompts instead of processed text 2026-09-21 14:39:26 +09:00
windows-child-process-hide.test.ts fix(rag): do not mark a document indexed when no chunk could be embedded 2026-09-26 21:10:40 +09:00