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
stmtdiagnostics: use background context when building the bundle
When the context is canceled, we still want to build the bundle as best
as possible. Over in 532274b we
introduced the usage of the background context in order to insert the
bundle into the system tables, but we still built the bundle with the
canceled context. This commit fixes that oversight - in particular, we
should now get `env.sql` correctly.
Epic: None
Release note: None
0 commit comments