1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
439be652a9 Merge branch 'main' into kimi/issue-454 2026-03-19 14:44:36 -04:00
kimi
39dac4bb82 fix: make TestEmbedText parallel-safe by patching _get_embedding_model
Replace direct mutation of the global EMBEDDING_MODEL with
patch.object on _get_embedding_model, eliminating shared state
that caused flakiness under pytest-xdist parallel execution.

Fixes #454

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 14:39:18 -04:00

Diff Content Not Available