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
This test seems to deadlock sporadically under remote execution. I
believe the connection is timing out, which due to the way this test was
written causes it to deadlock. I'm increasing the timeout to attempt to
increase reliability, and separately, we also add a call to `Error()`
to mark the test as failed should the connection fail.
Additionally, getSessionArgs was updated to return a fake pgwire
connection handshake response, so that the test could assert that the
connection succeeded.
Closes#118741.
Epic: None
Release note: None
0 commit comments