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
sql: fix rare flake in TestDistSQLFlowsVirtualTables
This commit fixes a rare flake in `TestDistSQLFlowsVirtualTables`. The
test previously asserted that only the target query was present in
`*_distsql_flows` virtual tables, but we just saw a case where an
internal query showed up in there (related to table stats cache). This
assertion was too strict and unnecessary - the test really cares whether
the target query is present or not, so this commit removes the
assertion.
Release note: None
0 commit comments