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
Probe: isolate testTemporaryTableHasPriority with querying-only filter
The shared SQL-capture probe trace gets dominated by translate_expr
DEBUG noise from the test's setUp (information_schema scaffolding),
so the actual ALTER TABLE never reaches the head -2500 cap. Add a
dedicated probe step that runs only this test and grep-filters the
trace down to 'querying' lines plus errors. 800-line cap is plenty
once the noise is gone.
(Hash-join correlated fix landed earlier confirmed 591/596 in run 24938474109.)
0 commit comments