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(cancel): treat 'could not get query in-flight' as inconclusive, not failure
On a contended/fast warehouse the long query occasionally returns already
in a terminal state, so cancel can't be observed. That's an env-timing
inconclusive (cancel not exercised), not a driver bug — retry the submit a
few times, and if still not in-flight, return a note instead of failing.
(Surfaced as the only red on win32-x64-msvc node 16, whose KERNEL run was 40/0/6.)
Co-authored-by: Isaac
0 commit comments