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
I'm running com.github.pgasync.impl.AuthenticationTest.shouldThrowExceptionOnInvalidCredentials()
junit test on the master,with minor changes of the host to a remote server (posgresql 8.4) in my LAN .
and the test freezes waiting for something.
It seemes that it has something to do with the implementation of
com.github.pgasync.impl.DatabaseRule.createPoolBuilder(int),which set the ssl property to true.When ssl is set to false,the test passed.
This is output of pg_config,which says that when postgresql is compiled,ssl is not enabled.
Which means that postgres is compiled without the ssl enabled but ssl property of ConnectionPoolBuilder is set to true in the client by mistake,connecting to db can last for a long time without any error.
I'm running com.github.pgasync.impl.AuthenticationTest.shouldThrowExceptionOnInvalidCredentials()
junit test on the master,with minor changes of the host to a remote server (posgresql 8.4) in my LAN .
and the test freezes waiting for something.
Please see the attached packet capture.
capture.zip
The text was updated successfully, but these errors were encountered: