-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server hangs up during authentication #121
Comments
What version of postgres is it? I noticed a timeout issue with the version 14 docker image recently, but 13 works. |
Yes, it's version 14.1. An informative error would be good. |
Testing #122 and will get it out today. |
Looks good, I'm getting an immediate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running the test suite of the current master (3f2c0fc) against a INET socket, each DB test hangs until the server disconnects with
FATAL: canceling authentication due to timeout
. This does not happen for UNIX domain socket. My test procedure is to start up a postgresql server likeand run the test suite like
The async tests report something like
and the lwt tests report
The text was updated successfully, but these errors were encountered: