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(concurrency): retry transient server errors in the 80-way concurrency check
CI showed the only red across Node 16/18/20/22 was the 'Many concurrent queries'
test hitting server-side transients (sparkSession null / Couldn't create
directory) when many parallel CI jobs blast one shared warehouse — not a driver
bug. Retry those transients (a real app would), keeping the identity assertion.
Co-authored-by: Isaac
0 commit comments