EverOS/tests
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
..
e2e chore(release): update EverOS to 1.1.1 (#327) 2026-07-07 18:30:03 +08:00
fixtures chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
helpers chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
integration feat(observability): instrument memory ops + OME trace linking 2026-07-23 20:47:39 +08:00
unit fix(observability): don't spawn a root trace per cascade embedding 2026-07-24 15:29:54 +08:00
__init__.py chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00
_consistency_assertions.py chore(release): update EverOS to 1.1.0 (#307) 2026-06-24 23:17:23 +08:00
conftest.py chore: initialize EverOS 1.0.0 2026-06-06 07:33:17 +08:00