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(e2e): warm past the one-time stable-id cutover in pi cache-stability
The 'materializes queued text drops only on an execute pass' test queued a drop
then asserted the next turn stays a defer pass. But a fresh Pi session's first
real-id pass performs the one-time v25 stable-id-scheme cutover, which forces
execute+materialize regardless of pressure — draining the queued op early and
failing the defer-survival assertion. The test predates the cutover.
Fix: add a warm-up turn so the cutover completes (scheme → 1) before the drop is
queued, and resolve the drop's tag_number from the DB by content (it's no longer
guaranteed to be tag 1 with the warm-up ahead of it). Pure test correction; no
product change. Full Pi host suite now 38/0.
0 commit comments