You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(nextjs): Fire lru-memoizer load outside span to test context restore
The load callback was fired inside the startSpan callback, so the memoized callback could see
the check span through normal async context propagation — the assertion passed even when
orchestrion's context restore was broken. Fire the load after startSpan returns (outside the
span's active context) so only the restore can make the callback observe the span, matching the
node lru-memoizer integration test.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments