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
If a client sent `Terminate` while inside a transaction (i.e. closing
connection), we would deadlock, leaving the client task stuck, blocking
the server connection inside the transaction as well.
This is a regression introduced in #820, in an attempt to fix session
mode clients not disconnecting properly.
Contributing factors include a special "test mode" for the query engine
/ client query handling code that required code that only ran in tests
but not in production, and vice versa. This was removed, and the client
query handling loop is now fully tested the way it works in prod.
0 commit comments