EverOS/tests/unit/test_core
zhanghui 25964ccbb3 fix(observability): don't spawn a root trace per cascade embedding
The embedding-observation change wrapped every _embed_chunk call in a
span. Cascade-time indexing embeds run outside any request trace, so each
chunk started its OWN root trace — a per-chunk trace explosion (13 orphan
everos.embedding traces per add/flush), detached from session/user and
contrary to the "cascade is not instrumented" decision.

memory_span gains nested_only: open a span only when one is already
active. Embedding uses it, so search/flush embeds still nest under their
recall/extract span, while cascade embeds no-op (no trace) — restoring the
cascade-untraced boundary.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-24 15:29:54 +08:00
..
test_lifespan feat(observability): OTel tracing chassis + request-id propagation 2026-07-23 20:47:39 +08:00
test_middleware feat(api): serve endpoints under /api/v2, retain /api/v1 as alias 2026-07-24 13:44:58 +08:00
test_observability fix(observability): don't spawn a root trace per cascade embedding 2026-07-24 15:29:54 +08:00
test_persistence fix(lancedb): fix FTS with_position optimize crash + disk bloat (#336) 2026-07-10 16:54:58 +08:00
__init__.py chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
test_context.py feat(observability): OTel tracing chassis + request-id propagation 2026-07-23 20:47:39 +08:00
test_errors.py chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00